fix rxjs imports (#6181)

This commit is contained in:
Denys Vuika
2020-09-28 17:32:41 +01:00
committed by GitHub
parent 5ff3852c84
commit 649a19fc8f
3 changed files with 3 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ import { DownloadZipDialogComponent } from './download-zip.dialog';
import { setupTestBed } from '../../testing/setup-test-bed';
import { CoreTestingModule } from '../../testing/core.testing.module';
import { DownloadZipService } from '../../services/download-zip.service';
import { Observable } from 'rxjs/index';
import { Observable } from 'rxjs';
import { TranslateModule } from '@ngx-translate/core';
describe('DownloadZipDialogComponent', () => {