Fix test after default value change on parameter of createRoomListRoomSummary.
This commit is contained in:
committed by
Benoit Marty
parent
8665104756
commit
3b68ac49d3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user