Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 28, 2019
1 parent e10999f commit 5098659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/controller.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe('Controller', () => {
manufName: 'IKEA',
hwVersion: '1.1',
swBuildId: '2.0',
dateCode: '2018-01-01',
};
},
};
Expand Down Expand Up @@ -59,6 +60,7 @@ describe('Controller', () => {
'modelId': 'TRADFRI bulb E27 CWS opal 600lm',
'hwVersion': '1.1',
'swBuildId': '2.0',
'dateCode': '2018-01-01',
},
};

Expand Down

0 comments on commit 5098659

Please sign in to comment.