File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/' ) ;
You can’t perform that action at this time.
0 commit comments