mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
progress vertical menu
This commit is contained in:
@@ -49,7 +49,7 @@ describe('NavbarComponent', () => {
|
||||
|
||||
comp = fixture.componentInstance;
|
||||
|
||||
store = fixture.debugElement.injector.get(Store) as Store<HeaderState>;
|
||||
store = fixture.debugElement.injector.get(Store) as Store<NavbarState>;
|
||||
spyOn(store, 'dispatch');
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user