Skip to content

on-demand-test

on-demand-test #194

Triggered via repository dispatch November 12, 2025 23:00
Status Failure
Total duration 8m 40s
Artifacts

on-demand.yml

on: repository_dispatch
Fit to window
Zoom out
Zoom in

Annotations

8 errors
All Tests
Process completed with exit code 1.
packages/spec/borrow/business.spec.ts > Feature: Borrowing Assets on Aave V4 > Given a user and a reserve with an active supply position used as collateral > When the user borrows an ERC20 asset > Then the user's borrow position is updated to reflect the ERC20 loan: packages/spec/borrow/business.spec.ts#L108
TypeCheckError: Property 'isWrappedNative' does not exist on type '{ __typename "Erc20Amount"; token { __typename "Erc20Token"; info { __typename "TokenInfo"; name string; symbol string; icon string; decimals number; }; address EvmAddress; chain { ...; }; isWrappedNativeToken boolean; permitSupported boolean; }; amount { ...; }; fiatAmount { ...; }; fiatRate { ...; ...'. ❯ packages/spec/borrow/business.spec.ts:108:37
packages/spec/withdraw/business.spec.ts > Withdrawing Assets on Aave V4 > Given a user and a reserve that supports withdrawals in native tokens > When the user withdraws part of their supplied native tokens > Then the user receives the partial amount in native tokens and their supply position is updated: packages/spec/withdraw/business.spec.ts#L201
InvariantError: Expected result to be Ok: Transaction failed: 0x5037c9d60222bf726078e5fdbda4e73a695d4d618883adfe5f542bc27b28321b → View on explorer: https://dashboard.tenderly.co/tx/0x5037c9d60222bf726078e5fdbda4e73a695d4d618883adfe5f542bc27b28321b ❯ $ packages/types/src/helpers/assertions.ts:31:11 ❯ packages/spec/withdraw/business.spec.ts:201:9
packages/spec/repay/business.spec.ts > Repaying Loans on Aave V4 > Given a user and a reserve with an active borrow position > When the user repays the full loan amount > Then the borrow position is closed and the repayment is reflected in the user's positions: packages/spec/repay/business.spec.ts#L114
InvariantError: Expected result to be Ok: Transaction failed: 0xc09dac6b754acb828a5d9da8e010e7c9f55a82c53508b0bb530393685a404189 → View on explorer: https://dashboard.tenderly.co/tx/0xc09dac6b754acb828a5d9da8e010e7c9f55a82c53508b0bb530393685a404189 ❯ $ packages/types/src/helpers/assertions.ts:31:11 ❯ packages/spec/repay/business.spec.ts:114:9
packages/spec/positions/business.spec.ts > Aave V4 Health Factor Positions Scenarios > Given a user with a one supply position as collateral > And the user has a one borrow position > When the user withdraws collateral: packages/spec/positions/business.spec.ts#L280
InvariantError: Expected result to be Ok: Transaction failed: 0xc576dd201ed1249abb77b1f167d8bdbefda068826c66e181a7498e6b6013411b → View on explorer: https://dashboard.tenderly.co/tx/0xc576dd201ed1249abb77b1f167d8bdbefda068826c66e181a7498e6b6013411b ❯ $ packages/types/src/helpers/assertions.ts:31:11 ❯ packages/spec/positions/business.spec.ts:280:11