mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix(core): remove duplicate @angular/common/http import in date-header-time-sync interceptor spec
This commit is contained in:
@@ -15,12 +15,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
|
||||
import { HTTP_INTERCEPTORS, HttpClient, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
|
||||
import { HttpTestingController, provideHttpClientTesting } from '@angular/common/http/testing';
|
||||
import { TestBed } from '@angular/core/testing';
|
||||
import { TimeSyncService } from '../services/time-sync.service';
|
||||
import { DateHeaderTimeSyncInterceptor } from './date-header-time-sync.interceptor';
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
|
||||
describe('DateHeaderTimeSyncInterceptor', () => {
|
||||
let httpMock: HttpTestingController;
|
||||
|
||||
Reference in New Issue
Block a user