Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-27 08:24:24 +05:00
parent 9ee1319e40
commit c6b2e89890
20 changed files with 142 additions and 4 deletions

View file

@ -83,6 +83,7 @@ class YieldSupplyMinAmountUseCaseTest {
value = QuoteStatus.Data(
source = StatusSource.ACTUAL,
fiatRate = nativeFiatRate,
fiatRateUSD = nativeFiatRate,
priceChange = BigDecimal("0.09000000000000007"),
),
),

View file

@ -79,6 +79,7 @@ class YieldSupplyGetCurrentFeeUseCaseTest {
value = QuoteStatus.Data(
source = StatusSource.ACTUAL,
fiatRate = nativeFiatRate,
fiatRateUSD = nativeFiatRate,
priceChange = BigDecimal.ZERO,
),
),
@ -130,6 +131,7 @@ class YieldSupplyGetCurrentFeeUseCaseTest {
value = QuoteStatus.Data(
source = StatusSource.ACTUAL,
fiatRate = nativeFiatRate,
fiatRateUSD = nativeFiatRate,
priceChange = BigDecimal.ZERO,
),
),
@ -256,6 +258,7 @@ class YieldSupplyGetCurrentFeeUseCaseTest {
value = QuoteStatus.Data(
source = StatusSource.ACTUAL,
fiatRate = BigDecimal.ZERO, // non-positive
fiatRateUSD = BigDecimal.ZERO,
priceChange = BigDecimal.ZERO,
),
),