Skip to content

chore: updates vault tests scenarios #99

chore: updates vault tests scenarios

chore: updates vault tests scenarios #99

Triggered via pull request July 24, 2025 13:02
Status Success
Total duration 3m 28s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
packages/client/src/actions/repay.test.ts > Given an Aave Market > And a user with a borrow position > When the user repays their loan: packages/client/src/actions/repay.test.ts#L65
InvariantError: Expected result to be Ok: Service Unavailable ❯ S packages/types/src/helpers/assertions.ts:36:11 ❯ packages/client/src/actions/repay.test.ts:65:9
packages/client/src/actions/markets.test.ts > Given the Aave Protocol v3 > When fetching user market state for a new user > Then it should return the expected data for a user that has never interacted with the market: packages/client/src/actions/markets.test.ts#L98
InvariantError: Expected result to be Ok: Service Unavailable ❯ S packages/types/src/helpers/assertions.ts:36:11 ❯ packages/client/src/actions/markets.test.ts:98:7
packages/client/src/actions/markets.test.ts > Given the Aave Protocol v3 > When fetching a single market > Then it should return supply reserves APYs in the expected order of magnitude: packages/client/src/actions/markets.test.ts#L62
InvariantError: Expected result to be Ok: Service Unavailable ❯ S packages/types/src/helpers/assertions.ts:36:11 ❯ packages/client/src/actions/markets.test.ts:62:7
packages/client/src/actions/markets.test.ts > Given the Aave Protocol v3 > When fetching a single market > Then it should return the expected data for the market: packages/client/src/actions/markets.test.ts#L42
InvariantError: Expected result to be Ok: Service Unavailable ❯ S packages/types/src/helpers/assertions.ts:36:11 ❯ packages/client/src/actions/markets.test.ts:42:7
packages/client/src/actions/markets.test.ts > Given the Aave Protocol v3 > When fetching markets by chain ID(s) > Then it should return the expected data for each market: packages/client/src/actions/markets.test.ts#L21
InvariantError: Expected result to be Ok: Service Unavailable ❯ S packages/types/src/helpers/assertions.ts:36:11 ❯ packages/client/src/actions/markets.test.ts:21:7
packages/client/src/actions/eMode.test.ts > Given an Aave Market > And the user has some supply positions: packages/client/src/actions/eMode.test.ts#L145
InvariantError: Expected result to be Ok: Service Unavailable ❯ S packages/types/src/helpers/assertions.ts:36:11 ❯ packages/client/src/actions/eMode.test.ts:145:7
packages/client/src/actions/eMode.test.ts > Given an Aave Market > When a user enables an E-Mode category for the given market: packages/client/src/actions/eMode.test.ts#L35
InvariantError: Expected result to be Ok: Service Unavailable ❯ S packages/types/src/helpers/assertions.ts:36:11 ❯ packages/client/src/actions/eMode.test.ts:35:7
packages/client/src/actions/collateralToggle.test.ts > Given Aave Market > And a user with a supply position > When the user toggles the position as collateral: packages/client/src/actions/collateralToggle.test.ts#L35
InvariantError: Expected result to be Ok: Service Unavailable ❯ S packages/types/src/helpers/assertions.ts:36:11 ❯ packages/client/src/actions/collateralToggle.test.ts:35:9
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#L10
InvariantError: Expected result to be Ok: Service Unavailable ❯ S packages/types/src/helpers/assertions.ts:36:11 ❯ packages/client/src/actions/chains.test.ts:10:7
packages/client/src/actions/borrow.test.ts > Given an Aave Market > And a user with a supply position > When the user set the supply as collateral > Then it should be possible to borrow native from the reserve: packages/client/src/test-utils.ts#L179
InvariantError: Expected result to be Ok: Service Unavailable ❯ S packages/types/src/helpers/assertions.ts:36:11 ❯ fetchReserve packages/client/src/test-utils.ts:179:3 ❯ packages/client/src/actions/borrow.test.ts:162:31