Skip to content

Commit 2a9b009

Browse files
committed
fix failing node tests
1 parent 0e76a0f commit 2a9b009

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

test/spec/controllers/about.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
describe('Controller: AboutCtrl', function () {
44

55
// load the controller's module
6-
beforeEach(module('yoAngularChromeApp'));
6+
beforeEach(module('yoAngularCordovaApp'));
77

88
var AboutCtrl,
99
scope;
@@ -16,7 +16,4 @@ describe('Controller: AboutCtrl', function () {
1616
});
1717
}));
1818

19-
it('should attach a list of awesomeThings to the scope', function () {
20-
expect(scope.awesomeThings.length).toBe(3);
21-
});
2219
});

test/spec/controllers/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
describe('Controller: MainCtrl', function () {
44

55
// load the controller's module
6-
beforeEach(module('yoAngularChromeApp'));
6+
beforeEach(module('yoAngularCordovaApp'));
77

88
var MainCtrl,
99
scope;

0 commit comments

Comments
 (0)