Skip to content

Commit

Permalink
Delete test case
Browse files Browse the repository at this point in the history
Signed-off-by: Elly Kitoto <[email protected]>
  • Loading branch information
ellykits committed Jan 16, 2025
1 parent 5095b35 commit be3811e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,4 @@ class AppMainActivityTest : ActivityRobolectricTest() {
coVerify { eventBus.triggerEvent(capture(onSubmitQuestionnaireSlot)) }
Assert.assertNotNull(onSubmitQuestionnaireSlot)
}

@Test
fun testStartForResult() {
val resultLauncher = appMainActivity.startForResult
Assert.assertNotNull(resultLauncher)
}
}

0 comments on commit be3811e

Please sign in to comment.