mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
67478: Remove redundant test
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user