Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Fixed broken unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightswitch05 committed Oct 17, 2016
1 parent 80d922a commit 292a152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Device.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Foscam: Device', function() {

it('close', function() {
cam.closeInfraLed();
assertCalled(cam.get, 'closeInfraLed');
assertCalledWith(cam.get, 'closeInfraLed');
});
});

Expand Down

0 comments on commit 292a152

Please sign in to comment.