fix import reference of api.interceptor.spec.ts

pull/15403/head
Mahmut Gundogdu 3 years ago
parent 9abfb49e4e
commit a589fbe930

@ -3,8 +3,7 @@ import { SpyObject } from '@ngneat/spectator';
import { createServiceFactory, SpectatorService } from '@ngneat/spectator/jest';
import { OAuthService } from 'angular-oauth2-oidc';
import { Subject, timer } from 'rxjs';
import { ApiInterceptor } from '../interceptors/api.interceptor';
import { HttpWaitService, SessionStateService, TENANT_KEY } from '@abp/ng.core';
import { ApiInterceptor, HttpWaitService, SessionStateService, TENANT_KEY } from '@abp/ng.core';
describe('ApiInterceptor', () => {
let spectator: SpectatorService<ApiInterceptor>;

Loading…
Cancel
Save