build(bazel): fix router test failure (#29375)

PR Close #29375
This commit is contained in:
Greg Magolan 2019-03-19 11:44:35 -07:00 committed by Matias Niemelä
parent b460b26308
commit 2d7435daae
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ describe('RouterState & Snapshot', () => {
function createActivatedRouteSnapshot(cmp: string) {
return new (ActivatedRouteSnapshot as any)(
<any>null, <any>null, <any>null, <any>null, <any>null, <any>null, <any>cmp, <any>null,
<any>[], <any>null, <any>null, <any>null, <any>null, <any>null, <any>cmp, <any>null,
<any>null, -1, null !);
}