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 d7cde0c commit 95d9838Copy full SHA for 95d9838
app/src/test/java/to/bitkit/ui/WalletViewModelTest.kt
@@ -136,6 +136,7 @@ class WalletViewModelTest : BaseUnitTest() {
136
137
private fun setupExistingWalletMocks() {
138
whenever(keychain.exists(Keychain.Key.BIP39_MNEMONIC.name)).thenReturn(true)
139
+ sut.setWalletExistsState()
140
whenever(keychain.loadString(Keychain.Key.BIP39_MNEMONIC.name)).thenReturn("mnemonic")
141
whenever(appStorage.onchainAddress).thenReturn("onchainAddress")
142
whenever(appStorage.bolt11).thenReturn("bolt11")
0 commit comments