Skip to content

Commit

Permalink
HXCS-3659 remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Costa authored and Adriano Costa committed May 22, 2024
1 parent 852fb8b commit 03d8e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import { TestBed } from '@angular/core/testing';
import { StorageFeaturesService } from './storage-features.service';
import { CoreTestingModule, StorageService } from '../../../../src/public-api';
import { FlagSet, WritableFeaturesServiceConfigToken, WritableFlagChangeset } from '../interfaces/features.interface';
import { FlagSet, WritableFeaturesServiceConfigToken } from '../interfaces/features.interface';
import { skip, take } from 'rxjs/operators';

describe('StorageFeaturesService', () => {
Expand Down

0 comments on commit 03d8e94

Please sign in to comment.