Skip to content

Commit 585212f

Browse files
committed
test: update tests
1 parent da5375a commit 585212f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/test/java/to/bitkit/repositories/LightningRepoTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ class LightningRepoTest : BaseUnitTest() {
388388
address = any(),
389389
sats = any(),
390390
satsPerVByte = any(),
391-
utxosToSpend = anyOrNull()
391+
utxosToSpend = anyOrNull(),
392+
isMaxAmount = any()
392393
)
393394
).thenReturn("testPaymentId")
394395

0 commit comments

Comments
 (0)