Test: supply with native and erc20 #10
pull-request.yml
on: pull_request
Verify
/
Lint
8s
Verify
/
Test
1m 49s
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
|