Skip to content
Snippets Groups Projects
Commit 617bbbb9 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

67478: Remove redundant test

parent 4ba3b019
Branches
Tags
No related merge requests found
......@@ -73,11 +73,6 @@ describe('DsDynamicLookupRelationSelectionTabComponent', () => {
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', () => {
component.selectionRD$ = createSelection([]);
fixture.detectChanges();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment