Skip to content

Commit e59c35b

Browse files
committed
fix up the tests
1 parent 005741a commit e59c35b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

library/src/test/java/org/xmtp/android/library/RemoteAttachmentTest.kt

+4-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ class RemoteAttachmentTest {
6868

6969
val fixtures = fixtures()
7070
val aliceClient = fixtures.aliceClient
71-
val aliceConversation =
71+
val aliceConversation = runBlocking {
7272
aliceClient.conversations.newConversation(fixtures.bob.walletAddress)
73+
}
7374

7475
runBlocking {
7576
aliceConversation.send(
@@ -149,8 +150,9 @@ class RemoteAttachmentTest {
149150

150151
val fixtures = fixtures()
151152
val aliceClient = fixtures.aliceClient
152-
val aliceConversation =
153+
val aliceConversation = runBlocking {
153154
aliceClient.conversations.newConversation(fixtures.bob.walletAddress)
155+
}
154156

155157
runBlocking {
156158
aliceConversation.send(

0 commit comments

Comments
 (0)