fixed unit tests
gitea/salix/master This commit looks good
Details
gitea/salix/master This commit looks good
Details
This commit is contained in:
parent
573868c4ad
commit
32f9aadaeb
|
@ -59,6 +59,7 @@ describe('Client', () => {
|
|||
describe('postcodeSelection() setter', () => {
|
||||
it(`should set the town, province and contry properties`, () => {
|
||||
controller.address = {};
|
||||
controller._postcodeSelection = {townFk: 2};
|
||||
controller.postcodeSelection = {
|
||||
townFk: 1,
|
||||
code: 46001,
|
||||
|
|
Loading…
Reference in New Issue