Skip to content

Run Aave V4 Spec

Run Aave V4 Spec #202

Manually triggered November 13, 2025 11:58
Status Failure
Total duration 8m 39s
Artifacts

on-demand.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors
packages/spec/tools/exchangeRate.spec.ts > Exchange Rate on Aave V4 > Given a user who wants to get exchange rates > When fetching exchange rate from native token to fiat currency > Then it should return the exchange rate for native token: packages/spec/tools/exchangeRate.spec.ts#L42
Error: Snapshot `Exchange Rate on Aave V4 > Given a user who wants to get exchange rates > When fetching exchange rate from native token to fiat currency > Then it should return the exchange rate for native token 1` mismatched - Expected + Received { "__typename": "FiatAmount", "name": "USD", "symbol": "$", - "value": Any<e>, + "value": Any<t>, } ❯ packages/spec/tools/exchangeRate.spec.ts:42:30
packages/spec/tools/exchangeRate.spec.ts > Exchange Rate on Aave V4 > Given a user who wants to get exchange rates > When fetching exchange rate from ERC20 token to fiat currency > Then it should return the exchange rate in the requested currency: packages/spec/tools/exchangeRate.spec.ts#L26
Error: Snapshot `Exchange Rate on Aave V4 > Given a user who wants to get exchange rates > When fetching exchange rate from ERC20 token to fiat currency > Then it should return the exchange rate in the requested currency 1` mismatched - Expected + Received { "__typename": "FiatAmount", "name": "USD", "symbol": "$", - "value": Any<e>, + "value": Any<t>, } ❯ packages/spec/tools/exchangeRate.spec.ts:26:30
packages/spec/repay/business.spec.ts > Repaying Loans on Aave V4 > Given a user and a reserve that supports repayments in native tokens > When the user repays a partial amount of the loan in native tokens > Then the borrow position is updated to reflect the reduced outstanding balance: packages/spec/repay/business.spec.ts#L347
InvariantError: Expected result to be Ok: Transaction failed: 0xcef987471ab06c5e30a3ca8ae944e7d5e1f497299f4028199ff73a0dc751dfaa → View on explorer: https://dashboard.tenderly.co/tx/0xcef987471ab06c5e30a3ca8ae944e7d5e1f497299f4028199ff73a0dc751dfaa ❯ R packages/types/src/helpers/assertions.ts:31:11 ❯ packages/spec/repay/business.spec.ts:347:9
packages/spec/borrow/multipleBorrows.spec.ts > Borrowing from Multiple Reserves on Aave V4 > Given a user with collateral supplied to a reserve > When the user borrows from two different reserves > Then the user has two active borrow positions with correct amounts: packages/spec/borrow/multipleBorrows.spec.ts#L75
InvariantError: Expected result to be Ok: Transaction failed: 0xf04d43ffdce7fab6bc9c5b1e04f6f7dd58eaffd1983a8e18ed8d6bc6cce6a189 → View on explorer: https://dashboard.tenderly.co/tx/0xf04d43ffdce7fab6bc9c5b1e04f6f7dd58eaffd1983a8e18ed8d6bc6cce6a189 ❯ R packages/types/src/helpers/assertions.ts:31:11 ❯ packages/spec/borrow/multipleBorrows.spec.ts:75:9