Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Herdmann committed Jun 5, 2017
1 parent 0306067 commit 4962797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/TestFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ window.TestFactory.prototype.exposeSystemNotificationActors = function() {
.then(() => {
this.logger.info('✓ exposedCallingActors');

TestFactory.system_notification_repository = new z.system_notification.SystemNotificationRepository(TestFactory.conversation_repository);
TestFactory.system_notification_repository = new z.system_notification.SystemNotificationRepository(TestFactory.calling_repository, TestFactory.conversation_repository);
TestFactory.system_notification_repository.logger.level = this.settings.logging_level;

return TestFactory.system_notification_repository;
Expand Down

0 comments on commit 4962797

Please sign in to comment.