File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/src/test/java/to/bitkit/ui Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ lifecycle = "2.8.5"
2424material = " 1.12.0"
2525mockitoKotlin = " 5.4.0"
2626navCompose = " 2.8.0"
27- robolectric = " 4.13 "
27+ robolectric = " 4.14.1 "
2828room = " 2.6.1"
2929slf4j = " 1.7.36"
3030testAndroidx = " 1.6.1"
You can’t perform that action at this time.
0 commit comments