Skip to content
Snippets Groups Projects
Commit 6e9cad0f authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

58789: Remove f in fdescribe

parent 4e0678a0
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ import { ChangeDetectionStrategy, NO_ERRORS_SCHEMA } from '@angular/core';
import { NotificationsService } from '../../../shared/notifications/notifications.service';
import { NotificationsServiceStub } from '../../../shared/testing/notifications-service-stub';
fdescribe('MetadataRegistryComponent', () => {
describe('MetadataRegistryComponent', () => {
let comp: MetadataRegistryComponent;
let fixture: ComponentFixture<MetadataRegistryComponent>;
let registryService: RegistryService;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment