Skip to content

Test: supply with native and erc20 #10

Test: supply with native and erc20

Test: supply with native and erc20 #10

Triggered via pull request July 17, 2025 14:24
Status Failure
Total duration 1m 53s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Verify / Test
Process completed with exit code 1.
packages/client/src/actions/supply.test.ts > Given the Aave Protocol v3 > When supplying assets in an available market: packages/client/src/actions/supply.test.ts#L21
Error: Hook timed out in 15000ms. If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout". ❯ packages/client/src/actions/supply.test.ts:21:5
packages/client/src/actions/markets.test.ts > Given the Aave Protocol v3 > When fetching markets data > Then it should be possible to order the markets by borrowApy: packages/client/src/actions/markets.test.ts#L39
Error: Test timed out in 10000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/client/src/actions/markets.test.ts:39:5
packages/client/src/actions/markets.test.ts > Given the Aave Protocol v3 > When fetching markets data > Then it should be possible to order the markets by tokenName: packages/client/src/actions/markets.test.ts#L26
Error: Test timed out in 10000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/client/src/actions/markets.test.ts:26:5
packages/client/src/actions/markets.test.ts > Given the Aave Protocol v3 > When fetching markets data > Then it should be possible to fetch markets for a given chain ID: packages/client/src/actions/markets.test.ts#L9
Error: Test timed out in 10000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ packages/client/src/actions/markets.test.ts:9:5
packages/client/src/actions/chains.test.ts > Given the Aave client > When using the 'chains(client)' action > Then it should return the supported chains: packages/client/src/actions/chains.test.ts#L11
Error: Snapshot `Given the Aave client > When using the 'chains(client)' action > Then it should return the supported chains 1` mismatched - Expected + Received @@ -71,11 +71,11 @@ "icon": "https://statics.aave.com/scroll-network.svg", "name": "Scroll", }, { "__typename": "Chain", - "chainId": 1946, + "chainId": 1868, "icon": "https://statics.aave.com/soneium.svg", "name": "Soneium", }, { "__typename": "Chain", ❯ packages/client/src/actions/chains.test.ts:11:28