diff --git a/test/spec/userServicesSpec.js b/test/spec/userServicesSpec.js index d4e11d8f52..9fea953a3b 100644 --- a/test/spec/userServicesSpec.js +++ b/test/spec/userServicesSpec.js @@ -4,6 +4,7 @@ describe('userServices', function() { var $httpBackend, $window, user, STORAGE_USER_ID, STORAGE_SETTINGS_ID; beforeEach(module('habitrpg')); + beforeEach(module('notificationServices')); beforeEach(function(){ module(function($provide){