From c5e807404077f0a34063f40b6191d2315e625085 Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Mon, 17 Feb 2020 17:45:28 +0100 Subject: [PATCH] remove fdescribe --- src/app/core/data/relationship-type.service.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/data/relationship-type.service.spec.ts b/src/app/core/data/relationship-type.service.spec.ts index bc81829559..2322a692a7 100644 --- a/src/app/core/data/relationship-type.service.spec.ts +++ b/src/app/core/data/relationship-type.service.spec.ts @@ -11,7 +11,7 @@ import { PaginatedList } from './paginated-list'; import { RelationshipTypeService } from './relationship-type.service'; import { RequestService } from './request.service'; -fdescribe('RelationshipTypeService', () => { +describe('RelationshipTypeService', () => { let service: RelationshipTypeService; let requestService: RequestService; let restEndpointURL;