Skip to content

Commit b1fe99b

Browse files
committed
test: update tests
1 parent 8ed0321 commit b1fe99b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/test/java/to/bitkit/ui/sheets/BoostTransactionViewModelTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ class BoostTransactionViewModelTest : BaseUnitTest() {
216216
activityRepo.findActivityByPaymentId(
217217
paymentHashOrTxId = any(),
218218
type = any(),
219-
txType = any()
219+
txType = any(),
220+
retry = any(),
220221
)
221222
).thenReturn(Result.success(Activity.Onchain(v1 = newActivity)))
222223

0 commit comments

Comments
 (0)