Updated on 2026-08-14
This commit is contained in:
parent
7c712162b1
commit
982882e67b
1 changed files with 4 additions and 4 deletions
|
|
@ -107,8 +107,8 @@ class YieldSupplyGetRewardsBalanceUseCaseTest {
|
|||
chainId = 1,
|
||||
apy = BigDecimal.ZERO,
|
||||
isActive = true,
|
||||
maxFeeNative = "0",
|
||||
maxFeeUSD = "0",
|
||||
maxFeeNative = BigDecimal.ZERO,
|
||||
maxFeeUSD = BigDecimal.ZERO,
|
||||
backendId = "id",
|
||||
),
|
||||
)
|
||||
|
|
@ -152,8 +152,8 @@ class YieldSupplyGetRewardsBalanceUseCaseTest {
|
|||
chainId = 1,
|
||||
apy = apy,
|
||||
isActive = true,
|
||||
maxFeeNative = "0",
|
||||
maxFeeUSD = "0",
|
||||
maxFeeNative = BigDecimal.ZERO,
|
||||
maxFeeUSD = BigDecimal.ZERO,
|
||||
backendId = "id",
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue