1 parent 2cd7d4e commit 002b706Copy full SHA for 002b706
1 file changed
paging/paging-compose/src/androidTest/java/androidx/paging/compose/LazyPagingItemsTest.kt
@@ -47,13 +47,15 @@ import androidx.test.filters.LargeTest
47
import com.google.common.truth.Truth.assertThat
48
import kotlinx.coroutines.isActive
49
import kotlinx.coroutines.runBlocking
50
+import kotlinx.coroutines.ExperimentalCoroutinesApi
51
import kotlinx.coroutines.test.StandardTestDispatcher
52
import org.junit.Assert.assertFalse
53
import org.junit.Ignore
54
import org.junit.Rule
55
import org.junit.Test
56
import org.junit.runner.RunWith
57
58
+@OptIn(ExperimentalCoroutinesApi::class)
59
@LargeTest
60
@RunWith(AndroidJUnit4::class)
61
class LazyPagingItemsTest {
0 commit comments