Skip to content

Commit 77d77f2

Browse files
committed
Merge branch 'master' into ci/create-ci
2 parents 648b6d1 + 8ae2f43 commit 77d77f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/test/java/to/bitkit/ui/WalletViewModelTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ class WalletViewModelTest : BaseUnitTest() {
136136

137137
private fun setupExistingWalletMocks() {
138138
whenever(keychain.exists(Keychain.Key.BIP39_MNEMONIC.name)).thenReturn(true)
139+
sut.setWalletExistsState()
139140
whenever(keychain.loadString(Keychain.Key.BIP39_MNEMONIC.name)).thenReturn("mnemonic")
140141
whenever(appStorage.onchainAddress).thenReturn("onchainAddress")
141142
whenever(appStorage.bolt11).thenReturn("bolt11")

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lifecycle = "2.8.5"
2424
material = "1.12.0"
2525
mockitoKotlin = "5.4.0"
2626
navCompose = "2.8.0"
27-
robolectric = "4.13"
27+
robolectric = "4.14.1"
2828
room = "2.6.1"
2929
slf4j = "1.7.36"
3030
testAndroidx = "1.6.1"

0 commit comments

Comments
 (0)