Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Mar 10, 2023
1 parent 6e8c163 commit 4f67996
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,14 @@ import { Router, ActivatedRoute } from '@angular/router';
import { TestBed, ComponentFixture, fakeAsync, tick } from '@angular/core/testing';
import {
UserPreferencesService,
UploadService,
NodesApiService,
AlfrescoApiService,
AlfrescoApiServiceMock,
AuthenticationService,
DiscoveryApiService,
TranslationMock,
TranslationService,
PipeModule
} from '@alfresco/adf-core';
import { UploadService, NodesApiService, DiscoveryApiService } from '@alfresco/adf-content-services';
import { AppState, ClosePreviewAction } from '@alfresco/aca-shared/store';
import { PreviewComponent } from './preview.component';
import { BehaviorSubject, Observable, of, throwError } from 'rxjs';
Expand Down

0 comments on commit 4f67996

Please sign in to comment.