mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Potential test fix
This commit is contained in:
@@ -102,12 +102,9 @@ describe('BrowseByComponent', () => {
|
||||
],
|
||||
schemas: [NO_ERRORS_SCHEMA]
|
||||
}).compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(BrowseByComponent);
|
||||
comp = fixture.componentInstance;
|
||||
});
|
||||
}));
|
||||
|
||||
it('should display a loading message when objects is empty', () => {
|
||||
(comp as any).objects = undefined;
|
||||
|
Reference in New Issue
Block a user