Remove unused import.

This commit is contained in:
Benoit Marty 2024-10-07 18:08:51 +02:00
parent 08673f44ce
commit 6bdb12f053

View file

@ -25,7 +25,6 @@ import io.element.android.services.appnavstate.test.FakeAppNavigationStateServic
import io.element.android.tests.testutils.lambda.lambdaRecorder
import io.mockk.mockk
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.cancel
import kotlinx.coroutines.test.runCurrent
import kotlinx.coroutines.test.runTest
import org.junit.Test