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 68ec482 commit b66c2c9Copy full SHA for b66c2c9
app/src/test/java/to/bitkit/repositories/WalletRepoTest.kt
@@ -423,7 +423,7 @@ class WalletRepoTest : BaseUnitTest() {
423
424
@Test
425
fun `should not request additional liquidity for 0 channels`() = test {
426
- whenever(coreService.checkGeoStatus()).thenReturn(false)
+ whenever(coreService.checkGeoBlock()).thenReturn(Pair(false, false))
427
whenever(lightningRepo.lightningState).thenReturn(MutableStateFlow(LightningState()))
428
sut.updateBip21Invoice(amountSats = 1000uL)
429
0 commit comments