Skip to content

Commit

Permalink
fix: Fix tests compilation (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
galales authored Dec 1, 2023
1 parent 0e97f45 commit 0926398
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ object SpecData {
createdAt = OffsetDateTimeSupplier.get(),
updatedAt = None,
mails = Nil,
name = "test_name"
name = "test_name",
onboardedAt = None,
subUnitType = None
)

val validRiskAnalysis3_0_Pa: RiskAnalysisForm = RiskAnalysisForm(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ object FakeDependencies {
createdAt = OffsetDateTime.now(),
updatedAt = None,
mails = Nil,
name = "test_name"
name = "test_name",
onboardedAt = None,
subUnitType = None
)
)
}
Expand Down

0 comments on commit 0926398

Please sign in to comment.