Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-01 13:51:40 +05:00
parent 08521b6c11
commit 5b1663edc7

View file

@ -41,6 +41,7 @@ class DefaultYieldSupplyTransactionRepositoryTest {
private val cryptoCurrencyStatus = mockk<CryptoCurrencyStatus>(relaxed = true) {
every { currency } returns cryptoCurrency
every { value.yieldSupplyStatus } returns null
every { value.amount } returns BigDecimal.TEN
}
private val walletManager = mockk<WalletManager>(relaxed = true) {