diff --git a/packages/router/test/create_router_state.spec.ts b/packages/router/test/create_router_state.spec.ts index 2c1f6428a0..7404460454 100644 --- a/packages/router/test/create_router_state.spec.ts +++ b/packages/router/test/create_router_state.spec.ts @@ -21,7 +21,7 @@ describe('create router state', () => { const emptyState = () => createEmptyState( new (UrlTree as any)(new UrlSegmentGroup([], {}), {}, null !), RootComponent); - it('should work create new state', () => { + it('should create new state', () => { const state = createRouterState( reuseStrategy, createState( [