document list reload (#298)

This commit is contained in:
Cilibiu Bogdan
2018-04-11 18:17:08 +03:00
committed by GitHub
parent b47fc2cb3f
commit f52cd4a31f
3 changed files with 3 additions and 5 deletions

View File

@@ -193,8 +193,6 @@ describe('Libraries Routed Component', () => {
component.navigate(node.id);
fixture.detectChanges();
expect(routerSpy.calls.argsFor(0)[0]).toEqual(['./', document.id]);
});
});