Fix typo
This commit is contained in:
parent
8769b98862
commit
cbbd0ff079
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ suspend fun <State> Presenter<State>.test(
|
|||
// Give a more explicit error to the developer
|
||||
fail("""
|
||||
It looks like you have an unconsumed event in your test.
|
||||
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.
|
||||
You can fix by consuming and check the event with `awaitItem()`, or you can also invoke
|
||||
`cancelAndIgnoreRemainingEvents()`.
|
||||
""".trimIndent())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue