Remove useless OptIn in tests
This commit is contained in:
parent
363162e252
commit
c22d181d8c
29 changed files with 42 additions and 127 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue