fixed unit tests
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
e99bae89b4
commit
c51c4383ce
|
@ -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