remove fetchNodes from generic page component (#372)

This commit is contained in:
Cilibiu Bogdan
2018-05-31 16:35:57 +03:00
committed by Denys Vuika
parent 71ac843c5f
commit e94bf5340d
9 changed files with 0 additions and 28 deletions

View File

@@ -179,7 +179,6 @@ describe('Libraries Routed Component', () => {
beforeEach(() => {
routerSpy = spyOn(router, 'navigate');
spyOn(component, 'fetchNodes').and.callFake(val => val);
});
it('does not navigate when id is not passed', () => {