Fix unused import.

This commit is contained in:
David Langley 2023-09-18 16:24:54 +01:00
parent 6497d2184f
commit 67b9e94e19

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 {