forked from github/wulkanowy-mirror
Fix marking message as read (#1960)
* Fix marking message as read * Update sdk * Update sdk * Fix tests * Use many recipients strings instead of first recipient
This commit is contained in:
parent
190f40ede8
commit
558db061f5
3 changed files with 8 additions and 5 deletions
|
@ -141,7 +141,7 @@ class MessageRepositoryTest {
|
|||
messageDb.loadMessageWithAttachment("v4")
|
||||
} returnsMany listOf(flowOf(mWa), flowOf(mWaWithContent))
|
||||
coEvery {
|
||||
sdk.getMessageDetails("v4")
|
||||
sdk.getMessageDetails("v4", any())
|
||||
} returns mockk {
|
||||
every { sender } returns ""
|
||||
every { recipients } returns listOf("")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue