Suppress large test class.

This commit is contained in:
Benoit Marty 2025-01-27 14:29:31 +01:00
parent fd38d8ea9a
commit 5eda0b28b4

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