We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed0321 commit b1fe99bCopy full SHA for b1fe99b
app/src/test/java/to/bitkit/ui/sheets/BoostTransactionViewModelTest.kt
@@ -216,7 +216,8 @@ class BoostTransactionViewModelTest : BaseUnitTest() {
216
activityRepo.findActivityByPaymentId(
217
paymentHashOrTxId = any(),
218
type = any(),
219
- txType = any()
+ txType = any(),
220
+ retry = any(),
221
)
222
).thenReturn(Result.success(Activity.Onchain(v1 = newActivity)))
223
0 commit comments