Skip to content

Commit f317056

Browse files
committed
[ANDROSDK-2339] fix test
1 parent 72ff019 commit f317056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/org/hisp/dhis/android/core/program/internal/ProgramStageHandlerShould.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class ProgramStageHandlerShould {
109109
@Throws(Exception::class)
110110
fun call_program_stage_section_handler() = runTest {
111111
programStageHandler.handle(programStage)
112-
verify(programStageSectionHandler).handleMany(eq(programStageSections), any())
112+
verify(programStageSectionHandler).handleMany(eq(programStageSections))
113113
}
114114

115115
@Test

0 commit comments

Comments
 (0)