Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Jun 24, 2024
2 parents c3feecb + f78310c commit 8db0317
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 8db0317

Please sign in to comment.