Fix test.
This commit is contained in:
parent
b9e204a0e8
commit
09f3868b53
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ class RoomDetailsViewTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Config(qualifiers = "h1024dp")
|
||||||
@Test
|
@Test
|
||||||
fun `click on add topic emit expected event`() {
|
fun `click on add topic emit expected event`() {
|
||||||
ensureCalledOnceWithParam<RoomDetailsAction>(RoomDetailsAction.AddTopic) { callback ->
|
ensureCalledOnceWithParam<RoomDetailsAction>(RoomDetailsAction.AddTopic) { callback ->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue