fix karma tests

This commit is contained in:
Manuel Araoz 2014-06-18 16:02:31 -03:00
commit 86633cd5b4
4 changed files with 1 additions and 4 deletions

View file

@ -13,7 +13,6 @@ describe("Unit: Controllers", function() {
var scope;
beforeEach(module('notifications'));
beforeEach(module('copayApp.services'));
beforeEach(module('copayApp.controllers'));

View file

@ -61,7 +61,6 @@ describe("Unit: Walletfactory Service", function() {
describe("Unit: controllerUtils", function() {
beforeEach(angular.mock.module('copayApp.services'));
beforeEach(angular.mock.module('notifications'));
it('should updateBalance in bits', inject(function(controllerUtils, $rootScope) {
expect(controllerUtils.updateBalance).not.to.equal(null);