93665: Fixed lint issue

This commit is contained in:
lotte
2022-08-19 11:15:37 +02:00
parent 606995881f
commit 78598dc1b5

View File

@@ -26,7 +26,7 @@ function init() {
routeService = jasmine.createSpyObj('routeService', {
getQueryParameterValue: observableOf('1')
})
});
}
describe('BrowseEntryListElementComponent', () => {
beforeEach(waitForAsync(() => {