67478: Remove redundant test

This commit is contained in:
Kristof De Langhe
2020-01-14 12:52:50 +01:00
parent 4ba3b01997
commit 617bbbb90c

View File

@@ -73,11 +73,6 @@ describe('DsDynamicLookupRelationSelectionTabComponent', () => {
expect(component).toBeTruthy(); expect(component).toBeTruthy();
}); });
it('should call navigate on the router when is called resetRoute', () => {
component.resetRoute();
expect(router.navigate).toHaveBeenCalled();
});
it('should call navigate on the router when is called resetRoute', () => { it('should call navigate on the router when is called resetRoute', () => {
component.selectionRD$ = createSelection([]); component.selectionRD$ = createSelection([]);
fixture.detectChanges(); fixture.detectChanges();