From 78598dc1b5030f68fed1ff0ce9e3810e5eab97a6 Mon Sep 17 00:00:00 2001 From: lotte Date: Fri, 19 Aug 2022 11:15:37 +0200 Subject: [PATCH] 93665: Fixed lint issue --- .../browse-entry-list-element.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {