Skip to content

Commit

Permalink
Traite retours
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Jul 12, 2024
1 parent 0647c1e commit 2687722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('GetLeaveRequestsOverviewQueryHandler', () => {
endDate,
userId
)
).thenReturn(new Promise(resolve => resolve(6 * 420)));
).thenResolve(6 * 420);

when(dateUtils.getLeaveDurationAsDays(6 * 420)).thenReturn(6);

Expand Down

0 comments on commit 2687722

Please sign in to comment.