Fix unused import.

This commit is contained in:
David Langley
2023-09-18 16:24:54 +01:00
parent cebe099c7d
commit 2919555764

View File

@@ -63,7 +63,6 @@ import kotlinx.coroutines.test.TestScope
import kotlinx.coroutines.test.runTest
import org.junit.Rule
import org.junit.Test
import kotlin.time.Duration.Companion.milliseconds
class RoomListPresenterTests {