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

@ -14,13 +14,10 @@
* limitations under the License.
*/
@file:OptIn(ExperimentalCoroutinesApi::class)
package io.element.android.libraries.pushstore.impl.clientsecret
import com.google.common.truth.Truth.assertThat
import io.element.android.libraries.matrix.api.core.SessionId
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.runTest
import org.junit.Test