@Suppress("LargeClass") for test.

This commit is contained in:
Benoit Marty 2024-01-23 14:25:16 +01:00
parent dac5a5ae30
commit addc8e3161

View file

@ -38,6 +38,7 @@ import kotlinx.coroutines.test.runTest
import org.junit.Rule
import org.junit.Test
@Suppress("LargeClass")
class ActionListPresenterTest {
@get:Rule
val warmUpRule = WarmUpRule()