fixed unit tests
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-07-17 07:39:08 +02:00
parent 573868c4ad
commit 32f9aadaeb
1 changed files with 1 additions and 0 deletions

View File

@ -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,