Suppress large test class.

This commit is contained in:
Benoit Marty
2025-01-27 14:29:31 +01:00
parent 3f27aed004
commit 5a517ca849

View File

@@ -56,6 +56,7 @@ private val TESTED_MEDIA_INFO = anApkMediaInfo(
senderId = A_USER_ID,
)
@Suppress("LargeClass")
class MediaViewerPresenterTest {
@get:Rule
val warmUpRule = WarmUpRule()