Updated on 2026-08-14
This commit is contained in:
parent
a63961ef60
commit
96dd3088cc
2 changed files with 75 additions and 6 deletions
|
|
@ -3,6 +3,7 @@ package com.tangem.data.account.fetcher
|
|||
import com.google.common.truth.Truth
|
||||
import com.tangem.data.account.converter.createGetWalletAccountsResponse
|
||||
import com.tangem.data.account.converter.createWalletAccountDTO
|
||||
import com.tangem.data.account.fetcher.DefaultWalletAccountsFetcher.FetchResult
|
||||
import com.tangem.data.account.store.AccountsResponseStore
|
||||
import com.tangem.data.account.store.AccountsResponseStoreFactory
|
||||
import com.tangem.data.account.utils.DefaultWalletAccountsResponseFactory
|
||||
|
|
@ -216,7 +217,7 @@ class DefaultWalletAccountsFetcherTest {
|
|||
pushWalletAccounts = any(),
|
||||
storeWalletAccounts = any(),
|
||||
)
|
||||
} returns savedAccountsResponse
|
||||
} returns FetchResult(savedAccountsResponse)
|
||||
|
||||
// Act
|
||||
fetcher.fetch(userWalletId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue