Suppress LargeClass on test.

This commit is contained in:
Benoit Marty 2025-06-20 10:33:30 +02:00
parent d8a09535ba
commit 416188824d

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