Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-15 12:16:18 +05:00
parent f0278c85b9
commit 85cbd2669c
20 changed files with 634 additions and 1 deletions

View file

@ -26,6 +26,7 @@ import com.tangem.domain.models.wallet.UserWalletId
import com.tangem.feature.wallet.child.wallet.model.intents.WalletClickIntents
import com.tangem.feature.wallet.presentation.wallet.state.model.*
import com.tangem.features.tangempay.entity.TangemPayMainUM
import com.tangem.features.virtualaccount.main.entity.VirtualAccountMainUM
import io.mockk.every
import io.mockk.mockk
import kotlinx.collections.immutable.persistentListOf
@ -133,6 +134,7 @@ class SetTokenListTransformerTest {
nftState = WalletNFTItemUM.Hidden,
type = WalletType.Hot,
tangemPayMainUM = TangemPayMainUM.Empty,
virtualAccountMainUM = VirtualAccountMainUM.Empty,
)
private fun createToken(): CryptoCurrency.Token {