diff --git a/src/app/shared/object-list/browse-entry-list-element/browse-entry-list-element.component.spec.ts b/src/app/shared/object-list/browse-entry-list-element/browse-entry-list-element.component.spec.ts index 7d3d9e1eae..a4490bd951 100644 --- a/src/app/shared/object-list/browse-entry-list-element/browse-entry-list-element.component.spec.ts +++ b/src/app/shared/object-list/browse-entry-list-element/browse-entry-list-element.component.spec.ts @@ -26,7 +26,7 @@ function init() { routeService = jasmine.createSpyObj('routeService', { getQueryParameterValue: observableOf('1') - }) + }); } describe('BrowseEntryListElementComponent', () => { beforeEach(waitForAsync(() => {