test(router): fix typo in expectation (#23137)

PR Close #23137
This commit is contained in:
Steven Liekens 2018-04-03 12:30:19 +02:00 committed by Alex Rickabaugh
parent cae48df25b
commit d37064ce28
1 changed files with 1 additions and 1 deletions

View File

@ -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(
[