This commit is contained in:
Benoit Marty
2023-02-09 09:52:34 +01:00
parent 8bcc2209a3
commit 2a425fc94c

View File

@@ -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()
}
}