Enhancement 530171 - Home View: Highlight or emphasize notfication of the current shift
diff --git a/src/app/common/list-helper-tool.spec.ts b/src/app/common/list-helper-tool.spec.ts
index 65062de..c65ff35 100644
--- a/src/app/common/list-helper-tool.spec.ts
+++ b/src/app/common/list-helper-tool.spec.ts
@@ -9,7 +9,7 @@
   
     });
   
-    fit('should detect today correctly', () => {
+    it('should detect today correctly', () => {
         const tool = new ListHelperTool();
         expect( tool.checkIfToday(null)).toBeFalsy();
         const today = new Date();