Skip to content

Commit da4c362

Browse files
committed
fix: TTL-888 describe instead of fdescribe
1 parent ce0553c commit da4c362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/shared/services/technology.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Technology } from '../../shared/models';
44
import { TechnologyService } from './technology.service';
55
import { STACK_EXCHANGE_ID, STACK_EXCHANGE_ACCESS_TOKEN } from '../../../../environments/environment';
66

7-
fdescribe('TechnologyService', () => {
7+
describe('TechnologyService', () => {
88
let service: TechnologyService;
99
let httpMock: HttpTestingController;
1010

0 commit comments

Comments
 (0)