Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Jun 24, 2024
1 parent c46e861 commit f78310c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/services/time.utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ describe('Time Utils', () => {
id: 0,
isADayOff: false,
isNonWorkday: false,
description: '',
},
{
start: start2,
Expand All @@ -194,6 +195,7 @@ describe('Time Utils', () => {
id: 1,
isADayOff: false,
isNonWorkday: false,
description: '',
},
]);

Expand Down

0 comments on commit f78310c

Please sign in to comment.