Skip to content

Commit 8f3f390

Browse files
[DSC-758] fix broken tests
1 parent 32ead6a commit 8f3f390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/locale/locale.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { RouteService } from '../services/route.service';
1212
import { routeServiceStub } from '../../shared/testing/route-service.stub';
1313
import { of as observableOf } from 'rxjs';
1414

15-
fdescribe('LocaleService test suite', () => {
15+
describe('LocaleService test suite', () => {
1616
let service: LocaleService;
1717
let serviceAsAny: any;
1818
let cookieService: CookieService;

0 commit comments

Comments
 (0)