Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andersrognstad committed Mar 11, 2024
1 parent 4b14483 commit 34eff97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fun generateExpiredForhandsvarsel(
personident: PersonIdent = PersonIdent(UserConstants.ARBEIDSTAKER_FNR.value),
) = ExpiredForhandsvarsel(
uuid = UUID.randomUUID(),
personident = personident,
personIdent = personident,
createdAt = OffsetDateTime.now(),
svarfrist = LocalDate.now().plusWeeks(3),
)

0 comments on commit 34eff97

Please sign in to comment.