Skip to content

Commit

Permalink
PI-2886: update unit test data
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Mar 4, 2025
1 parent b090558 commit 8dfb336
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ object ActivityGenerator {

generate(
crn = "X123456",
startTime = LocalTime.now(),
date = LocalDate.now(),
startTime = LocalTime.now().plusMinutes(10),
date = LocalDate.now().minusDays(1),
lastUpdatedDateTime = LocalDateTime.now().minusSeconds(20),
complied = "complied",
notes = "I complied",
Expand Down

0 comments on commit 8dfb336

Please sign in to comment.