File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/test/java/to/bitkit/repositories Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import kotlin.test.assertFalse
3131import kotlin.test.assertNull
3232import kotlin.test.assertTrue
3333
34+ @Suppress(" LargeClass" )
3435class ActivityRepoTest : BaseUnitTest () {
3536
3637 private val coreService = mock<CoreService >()
@@ -76,6 +77,7 @@ class ActivityRepoTest : BaseUnitTest() {
7677 updatedAt = null
7778 )
7879
80+ @Suppress(" LongParameterList" )
7981 private fun createOnchainActivity (
8082 id : String = baseOnchainActivity.id,
8183 txId : String = baseOnchainActivity.txId,
@@ -860,5 +862,4 @@ class ActivityRepoTest : BaseUnitTest() {
860862 // Verify it was added to pending delete when marking failed
861863 verify(cacheStore).addActivityToPendingDelete(activityToDeleteId)
862864 }
863-
864865}
You can’t perform that action at this time.
0 commit comments