We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8769b98 commit cbbd0ffCopy full SHA for cbbd0ff
tests/testutils/src/main/kotlin/io/element/android/tests/testutils/PresenterTest.kt
@@ -29,7 +29,7 @@ suspend fun <State> Presenter<State>.test(
29
// Give a more explicit error to the developer
30
fail("""
31
It looks like you have an unconsumed event in your test.
32
- If you get this error, it means that your test is missing to consume one of several events.
+ If you get this error, it means that your test is missing to consume one or several events.
33
You can fix by consuming and check the event with `awaitItem()`, or you can also invoke
34
`cancelAndIgnoreRemainingEvents()`.
35
""".trimIndent())
0 commit comments