Fix test after default value change on parameter of createRoomListRoomSummary.

This commit is contained in:
Benoit Marty 2024-02-07 10:00:08 +01:00 committed by Benoit Marty
parent 8665104756
commit 3b68ac49d3

View file

@ -356,7 +356,7 @@ class RoomListPresenterTests {
roomId = summary.roomId,
roomName = summary.name,
isDm = false,
hasNewContent = true,
hasNewContent = false,
)
)
scope.cancel()
@ -382,7 +382,7 @@ class RoomListPresenterTests {
roomId = summary.roomId,
roomName = summary.name,
isDm = false,
hasNewContent = true,
hasNewContent = false,
)
)
shownState.eventSink(RoomListEvents.HideContextMenu)