Skip to content

Commit 49518e8

Browse files
Update app/src/test/java/to/bitkit/viewmodels/AppViewModelSendFlowTest.kt
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
1 parent e50948c commit 49518e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/test/java/to/bitkit/viewmodels/AppViewModelSendFlowTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class AppViewModelSendFlowTest : BaseUnitTest() {
9696
whenever { migrationService.isMigrationChecked() }.thenReturn(true)
9797
whenever { widgetsRepo.refreshEnabledWidgets() }.thenReturn(Unit)
9898
whenever { lightningRepo.updateGeoBlockState() }.thenReturn(Unit)
99-
whenever { currencyRepo.convertSatsToFiat(any(), anyOrNull()) }
99+
whenever(currencyRepo.convertSatsToFiat(any(), anyOrNull()))
100100
.thenReturn(Result.failure(Exception("not mocked")))
101101
whenever { lightningRepo.calculateTotalFee(any(), anyOrNull(), any(), anyOrNull(), anyOrNull()) }
102102
.thenReturn(Result.success(100uL))

0 commit comments

Comments
 (0)