Remove useless OptIn in tests

This commit is contained in:
Florian Renaud 2023-05-12 10:05:39 +02:00
parent 363162e252
commit c22d181d8c
29 changed files with 42 additions and 127 deletions

View file

@ -33,11 +33,9 @@ import io.element.android.libraries.matrix.ui.components.aMatrixUser
import io.mockk.coJustRun
import io.mockk.mockkConstructor
import kotlinx.collections.immutable.persistentListOf
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.runTest
import org.junit.Test
@OptIn(ExperimentalCoroutinesApi::class)
class DefaultUserListPresenterTests {
private val userListDataSource = FakeUserListDataSource()