Skip to content

Commit 0d7b1e3

Browse files
committed
Fix test typo
1 parent a2a9e37 commit 0d7b1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/browser/browser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ describe('Nested routers', function() {
472472
});
473473
});
474474

475-
it('calls onBeforeNaviation and onNavigation with correct match objects w/ multiple routers', function(done) {
475+
it('calls onBeforeNavigation and onNavigation with correct match objects w/ multiple routers', function(done) {
476476
assertRendered('mainpage');
477477
var called = [];
478478
router.navigate('/__zuul/nested/');
@@ -649,7 +649,7 @@ describe('Contextual routers', function() {
649649
});
650650
});
651651

652-
it('calls onBeforeNaviation and onNavigation with correct match objects w/ contextual routers', function(done) {
652+
it('calls onBeforeNavigation and onNavigation with correct match objects w/ contextual routers', function(done) {
653653
assertRendered('mainpage');
654654
var called = [];
655655
router.navigate('/__zuul/subcat/');

0 commit comments

Comments
 (0)