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

This commit is contained in:
Joan Sanchez 2019-07-17 07:39:08 +02:00
parent e99bae89b4
commit c51c4383ce
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,