Remove unused import.

This commit is contained in:
Benoit Marty 2024-10-07 18:08:51 +02:00
parent b60d7ba54a
commit d390b4fc2b

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