Fix test after default value change on parameter of createRoomListRoomSummary.
This commit is contained in:
parent
8665104756
commit
3b68ac49d3
1 changed files with 2 additions and 2 deletions
|
|
@ -356,7 +356,7 @@ class RoomListPresenterTests {
|
||||||
roomId = summary.roomId,
|
roomId = summary.roomId,
|
||||||
roomName = summary.name,
|
roomName = summary.name,
|
||||||
isDm = false,
|
isDm = false,
|
||||||
hasNewContent = true,
|
hasNewContent = false,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
scope.cancel()
|
scope.cancel()
|
||||||
|
|
@ -382,7 +382,7 @@ class RoomListPresenterTests {
|
||||||
roomId = summary.roomId,
|
roomId = summary.roomId,
|
||||||
roomName = summary.name,
|
roomName = summary.name,
|
||||||
isDm = false,
|
isDm = false,
|
||||||
hasNewContent = true,
|
hasNewContent = false,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
shownState.eventSink(RoomListEvents.HideContextMenu)
|
shownState.eventSink(RoomListEvents.HideContextMenu)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue