diff --git a/src/app/correlation-id/correlation-id.service.spec.ts b/src/app/correlation-id/correlation-id.service.spec.ts index 003924c123..64a4d1068a 100644 --- a/src/app/correlation-id/correlation-id.service.spec.ts +++ b/src/app/correlation-id/correlation-id.service.spec.ts @@ -7,7 +7,7 @@ import { Store, StoreModule } from '@ngrx/store'; import { appReducers, AppState, storeModuleConfig } from '../app.reducer'; import { SetCorrelationIdAction } from './correlation-id.actions'; -fdescribe('CorrelationIdService', () => { +describe('CorrelationIdService', () => { let service: CorrelationIdService; let cookieService;