knock requests : fix test name
This commit is contained in:
parent
80ae08648a
commit
9f0847f211
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ import org.junit.Test
|
|||
}
|
||||
|
||||
@Test
|
||||
fun `present - when everything is setup to manage knocks with data, then the banner should be visible `() = runTest {
|
||||
fun `present - when everything is setup to manage knocks with data, then the banner should be visible`() = runTest {
|
||||
val knockRequests = flowOf(
|
||||
listOf(
|
||||
FakeKnockRequest(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue