Skip to content

Commit

Permalink
no need to reset the clock
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesgaroux committed Dec 6, 2024
1 parent 7b7e41e commit fd1c65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ class SierraItemUpdaterTest
) {
// if the deepstore lead time ends on a day when the library is closed
// we start the list with the next day the library is open
withClock("2024-04-26T13:00:00.000Z") { clock =>
withClock() { clock =>
withSierraItemUpdater(
availableDeepstoreItemResponse(workWithAvailableItemNumber),
Seq(
Expand Down

0 comments on commit fd1c65d

Please sign in to comment.