Skip to content

Commit

Permalink
Issue #287 : Fix unit test mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed Nov 12, 2015
1 parent 2c75dae commit 8081d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/js/service/HistoryServiceTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe("History Service suite", function() {
}
};
var mockShortcutService = {
registerShortcuts : function () {},
registerShortcut : function () {}
};
return new pskl.service.HistoryService(mockPiskelController, mockShortcutService);
Expand Down

0 comments on commit 8081d5e

Please sign in to comment.