Skip to content

Commit cbbd0ff

Browse files
committed
Fix typo
1 parent 8769b98 commit cbbd0ff

File tree

1 file changed

+1
-1
lines changed
  • tests/testutils/src/main/kotlin/io/element/android/tests/testutils

1 file changed

+1
-1
lines changed

tests/testutils/src/main/kotlin/io/element/android/tests/testutils/PresenterTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ suspend fun <State> Presenter<State>.test(
2929
// Give a more explicit error to the developer
3030
fail("""
3131
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.
32+
If you get this error, it means that your test is missing to consume one or several events.
3333
You can fix by consuming and check the event with `awaitItem()`, or you can also invoke
3434
`cancelAndIgnoreRemainingEvents()`.
3535
""".trimIndent())

0 commit comments

Comments
 (0)