Suppress LargeClass on test.

This commit is contained in:
Benoit Marty 2023-09-21 16:31:08 +02:00
parent 5a8f2c5efa
commit 56a57de3e1

View file

@ -70,6 +70,7 @@ import org.junit.Rule
import org.junit.Test
import java.io.File
@Suppress("LargeClass")
class MessageComposerPresenterTest {
@get:Rule