Updated on 2026-08-14
This commit is contained in:
commit
2002834e57
30 changed files with 461 additions and 31 deletions
|
|
@ -172,6 +172,7 @@ class FeeCalculationUtilsTest {
|
|||
hasCurrentNetworkTransactions = false,
|
||||
pendingTransactions = emptySet(),
|
||||
networkAddress = mockk(relaxed = true),
|
||||
yieldSupplyStatus = null,
|
||||
sources = CryptoCurrencyStatus.Sources(),
|
||||
)
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -135,6 +135,7 @@ internal class SetVisaInfoTransformer(
|
|||
fiatRate = visaCurrency.fiatRate,
|
||||
priceChange = visaCurrency.priceChange,
|
||||
yieldBalance = null,
|
||||
yieldSupplyStatus = null,
|
||||
hasCurrentNetworkTransactions = false,
|
||||
pendingTransactions = emptySet(),
|
||||
networkAddress = visaCurrency.paymentAccountAddress,
|
||||
|
|
|
|||
|
|
@ -795,6 +795,7 @@ class DefaultPromoDeeplinkHandlerTest {
|
|||
amounts = emptyMap(),
|
||||
pendingTransactions = emptyMap(),
|
||||
source = StatusSource.ACTUAL,
|
||||
yieldSupplyStatuses = emptyMap(),
|
||||
)
|
||||
|
||||
return NetworkStatus(network = network, value = value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue