We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005741a commit e59c35bCopy full SHA for e59c35b
library/src/test/java/org/xmtp/android/library/RemoteAttachmentTest.kt
@@ -68,8 +68,9 @@ class RemoteAttachmentTest {
68
69
val fixtures = fixtures()
70
val aliceClient = fixtures.aliceClient
71
- val aliceConversation =
+ val aliceConversation = runBlocking {
72
aliceClient.conversations.newConversation(fixtures.bob.walletAddress)
73
+ }
74
75
runBlocking {
76
aliceConversation.send(
@@ -149,8 +150,9 @@ class RemoteAttachmentTest {
149
150
151
152
153
154
155
156
157
158
0 commit comments