mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-26 09:57:25 +00:00
feat: add user config integrated into config sync
This commit is contained in:
@@ -95,7 +95,7 @@ class LibSessionTests {
|
||||
fakePollNewConfig(contacts, newContactMerge)
|
||||
verify(storageSpy).addLibSessionContacts(argThat {
|
||||
first().let { it.id == newContactId && it.approved } && size == 1
|
||||
})
|
||||
}, 0)
|
||||
verify(storageSpy).setRecipientApproved(argThat { address.serialize() == newContactId }, eq(true))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user