Commit 9b5d62d 1 parent a659c96 commit 9b5d62d Copy full SHA for 9b5d62d
File tree 1 file changed +3
-0
lines changed
library/src/androidTest/java/org/xmtp/android/library
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ package org.xmtp.android.library
2
2
3
3
import androidx.test.ext.junit.runners.AndroidJUnit4
4
4
import androidx.test.platform.app.InstrumentationRegistry
5
+ import app.cash.turbine.test
6
+ import kotlinx.coroutines.ExperimentalCoroutinesApi
5
7
import kotlinx.coroutines.runBlocking
6
8
import org.junit.Assert.assertEquals
7
9
import org.junit.Assert.assertThrows
@@ -198,6 +200,7 @@ class GroupTest {
198
200
assertEquals(ReactionSchema .Unicode , content?.schema)
199
201
}
200
202
203
+ @OptIn(ExperimentalCoroutinesApi ::class )
201
204
@Test
202
205
fun testCanStreamGroupMessages () = kotlinx.coroutines.test.runTest {
203
206
val group = boClient.conversations.newGroup(listOf (alix.walletAddress.lowercase()))
You can’t perform that action at this time.
0 commit comments