Updated on 2026-08-14
This commit is contained in:
parent
9ee1319e40
commit
c6b2e89890
20 changed files with 142 additions and 4 deletions
|
|
@ -83,6 +83,7 @@ class YieldSupplyMinAmountUseCaseTest {
|
|||
value = QuoteStatus.Data(
|
||||
source = StatusSource.ACTUAL,
|
||||
fiatRate = nativeFiatRate,
|
||||
fiatRateUSD = nativeFiatRate,
|
||||
priceChange = BigDecimal("0.09000000000000007"),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue