Skip to content
Triggered via pull request November 8, 2024 04:33
@0xBeycan0xBeycan
opened #29
alpha
Status Failure
Total duration 1m 30s
Artifacts

test-and-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
packages/networks/evm-chains/tests/services.spec.ts > Networks > findBySymbol: packages/networks/evm-chains/tests/services.spec.ts#L82
AssertionError: expected { id: 11124, …(6) } to be { id: 42161, …(6) } // Object.is equality - Expected + Received Object { - "explorerUrl": "https://arbiscan.io", - "hexId": "0xa4b1", - "id": 42161, - "name": "Arbitrum One", + "explorerUrl": "https://explorer.testnet.abs.xyz", + "hexId": "0x2b74", + "id": 11124, + "name": "Abstract Testnet", "nativeCurrency": Object { "decimals": 18, - "name": "Ether", + "name": "ETH", "symbol": "ETH", }, - "rpcUrl": "https://arb1.arbitrum.io/rpc", - "testnet": false, + "rpcUrl": "https://api.testnet.abs.xyz", + "testnet": true, } ❯ packages/networks/evm-chains/tests/services.spec.ts:82:46
test_and_lint
Process completed with exit code 1.