Skip to content

Commit

Permalink
[APPC-4691] WebView Payment: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfobcardoso committed Jan 7, 2025
1 parent 95d9ef3 commit 55d3d05
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class AccountWalletServiceTest {

@Before
fun setUp() {
// `when`(walletRepositoryType.getDefaultWallet()).thenReturn(Single.just(Wallet(ADDRESS)))
`when`(passwordStore.getPassword(any())).thenReturn(Single.just(PASSWORD))
`when`(accountKeyService.exportAccount(any(), any(), any())).thenReturn(Single.just(KEYSTORE))
`when`(getCurrentWalletUseCase()).thenReturn(Single.just(Wallet(ADDRESS)))
Expand Down

0 comments on commit 55d3d05

Please sign in to comment.