Cleanup
This commit is contained in:
parent
a3348ca71c
commit
87b6162965
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ class RoomListPresenterTests {
|
|||
skipItems(1) // Filter update
|
||||
val withFilteredRoomState = awaitItem()
|
||||
assertThat(withFilteredRoomState.filter).isEqualTo("tada")
|
||||
assertThat(withFilteredRoomState.roomList.size).isEqualTo(0)
|
||||
assertThat(withFilteredRoomState.roomList).isEmpty()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue