Enhancement 530168 - Dialog "create/edit" notification: Create possibility to remove an date.
diff --git a/src/app/common-components/remove-button/remove-button.component.spec.ts b/src/app/common-components/remove-button/remove-button.component.spec.ts
index b5981f4..8f890e8 100644
--- a/src/app/common-components/remove-button/remove-button.component.spec.ts
+++ b/src/app/common-components/remove-button/remove-button.component.spec.ts
@@ -19,7 +19,7 @@
     fixture.detectChanges();
   });
 
-  fit('should set the bound model to null', async(() => {
+  it('should set the bound model to null', async(() => {
     let emit = false;
     expect(component).toBeTruthy();
     fixture.detectChanges();