Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-24 10:42:32 +04:00
parent a63961ef60
commit 96dd3088cc
2 changed files with 75 additions and 6 deletions

View file

@ -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)