Suppress LargeClass on test.

This commit is contained in:
Benoit Marty
2025-06-20 10:33:30 +02:00
parent 56b5ea2e8b
commit 1af5fe8c9b

View File

@@ -62,6 +62,7 @@ import org.junit.Rule
import org.junit.Test
import kotlin.time.Duration.Companion.milliseconds
@Suppress("LargeClass")
@ExperimentalCoroutinesApi
class RoomDetailsPresenterTest {
@get:Rule