Skip to content

Commit 1880708

Browse files
Update app-spec.js
1 parent 0092667 commit 1880708

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/app-spec.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ describe("Scope Tests", function() {
2929

3030
describe("Private methods", function(){
3131
it("MyApp.app must PRIVATE", function() {
32-
expect(MyApp.app).toBeUndefined();
32+
expect(MyApp.application).toBeUndefined();
3333
});
3434

3535
it("MyApp._private must be PRIVATE", function() {
3636
expect(MyApp._private).toBeUndefined();
3737
});
3838
});
39-
40-
});
39+
});

0 commit comments

Comments
 (0)