Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniruddha-Shriwant committed Nov 18, 2024
1 parent 590c5ff commit 9b4cdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/interceptors/httpInterceptor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { BehaviorSubject, of, throwError } from 'rxjs';
import { extendedDeviceInfoMockData, extendedDeviceInfoMockDataWoApp } from '../mock-data/extended-device-info.data';
import { HttpErrorResponse, HttpHeaders, HttpRequest } from '@angular/common/http';

fdescribe('HttpConfigInterceptor', () => {
describe('HttpConfigInterceptor', () => {
let httpInterceptor: HttpConfigInterceptor;
let jwtHelperService: jasmine.SpyObj<JwtHelperService>;
let tokenService: jasmine.SpyObj<TokenService>;
Expand Down

0 comments on commit 9b4cdce

Please sign in to comment.