Skip to content

Commit

Permalink
PI-1443 fixed failing test. (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevomcallister authored Oct 19, 2023
1 parent cf86a62 commit 9b1dba0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ object CourtCaseNoteGenerator {
ContactTypeGenerator.CONTACT_TYPE,
"Existing notes",
LocalDate.now(),
ZonedDateTime.now().minusMinutes(1),
ZonedDateTime.now(),
StaffGenerator.ALLOCATED.id,
StaffGenerator.ALLOCATED.id,
1,
1
1,
lastModifiedDateTime = ZonedDateTime.now().minusMinutes(1)
)
}

0 comments on commit 9b1dba0

Please sign in to comment.