@Suppress("LargeClass") for test.

This commit is contained in:
Benoit Marty 2024-01-23 14:25:16 +01:00
parent f9aa178388
commit 746719d961

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()