Fix quality (Konsist failure)
This commit is contained in:
parent
3b46ab6523
commit
eec4b626d0
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ class RoomListPresenterTest {
|
||||||
clearMessagesForRoomLambda.assertions().isCalledOnce()
|
clearMessagesForRoomLambda.assertions().isCalledOnce()
|
||||||
.with(value(A_SESSION_ID), value(A_ROOM_ID))
|
.with(value(A_SESSION_ID), value(A_ROOM_ID))
|
||||||
initialState.eventSink.invoke(RoomListEvents.MarkAsUnread(A_ROOM_ID_2))
|
initialState.eventSink.invoke(RoomListEvents.MarkAsUnread(A_ROOM_ID_2))
|
||||||
assertThat(room2.markAsReadCalls).isEqualTo(emptyList<ReceiptType>())
|
assertThat(room2.markAsReadCalls).isEmpty()
|
||||||
assertThat(room2.setUnreadFlagCalls).isEqualTo(listOf(true))
|
assertThat(room2.setUnreadFlagCalls).isEqualTo(listOf(true))
|
||||||
// Test again with private read receipts
|
// Test again with private read receipts
|
||||||
sessionPreferencesStore.setSendPublicReadReceipts(false)
|
sessionPreferencesStore.setSendPublicReadReceipts(false)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue