1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2649 Protocol | Enhancement | 0.35.0-rc5 (#1372)

This commit is contained in:
Evgenii Kozlov 2024-07-08 20:42:18 +02:00 committed by GitHub
parent b2dd0265b6
commit 26ae59d803
Signed by: github
GPG key ID: B5690EEEBB952194
21 changed files with 143 additions and 146 deletions

View file

@ -177,10 +177,7 @@ open class MembershipTestsSetup {
getAccount.stub {
onBlocking { async(Unit) } doReturn Resultat.success(
Account(
id = accountId,
name = MockDataFactory.randomString(),
avatar = null,
color = null
id = accountId
)
)
}