97183 Fix linter issue, again

This commit is contained in:
Koen Pauwels
2022-12-12 10:07:00 +01:00
parent 69bd324da5
commit e31781b5d0

View File

@@ -19,7 +19,6 @@ import { cold } from 'jasmine-marbles';
import createSpy = jasmine.createSpy; import createSpy = jasmine.createSpy;
import { createSuccessfulRemoteDataObject$ } from './shared/remote-data.utils'; import { createSuccessfulRemoteDataObject$ } from './shared/remote-data.utils';
import { createPaginatedList } from './shared/testing/utils.test'; import { createPaginatedList } from './shared/testing/utils.test';
import { Feature } from './core/shared/feature.model';
const BOOLEAN = { t: true, f: false }; const BOOLEAN = { t: true, f: false };
const MENU_STATE = { const MENU_STATE = {