Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan committed Feb 9, 2024
1 parent 456b0cd commit c4e6240
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ class FormRepositoryIntegrationTest {
private val conf: EnrollmentConfiguration = mock()
private val enrollmentFormLabelsProvider: EnrollmentFormLabelsProvider = mock {
on { provideEnrollmentOrgUnitLabel() } doReturn "OrgUnit label"
on { provideEnrollmentDataSectionLabel(any()) } doReturn "Enrollment data"
}

private val program: Program = mock {
on { uid() } doReturn "programUid"
on { description() } doReturn "program description"
on { enrollmentDateLabel() } doReturn "enrollment date label"
on { selectEnrollmentDatesInFuture() } doReturn false
Expand Down

0 comments on commit c4e6240

Please sign in to comment.