From f78310c7dec38b247e9444bf57b5b17952f7f134 Mon Sep 17 00:00:00 2001 From: Manuel Rauber Date: Mon, 24 Jun 2024 14:37:20 +0200 Subject: [PATCH] test: update tests --- src/app/services/time.utils.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/services/time.utils.spec.ts b/src/app/services/time.utils.spec.ts index 03fdf62..3b671ea 100644 --- a/src/app/services/time.utils.spec.ts +++ b/src/app/services/time.utils.spec.ts @@ -185,6 +185,7 @@ describe('Time Utils', () => { id: 0, isADayOff: false, isNonWorkday: false, + description: '', }, { start: start2, @@ -194,6 +195,7 @@ describe('Time Utils', () => { id: 1, isADayOff: false, isNonWorkday: false, + description: '', }, ]);