Skip to content

Support NEAR & EVM finTransfer #63

Support NEAR & EVM finTransfer

Support NEAR & EVM finTransfer #63

Triggered via pull request January 2, 2025 21:05
Status Failure
Total duration 29s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
tests/chains/near.test.ts > NearDeployer > bindToken > should call bind_token with correct arguments: tests/chains/near.test.ts#L102
AssertionError: expected "spy" to be called with arguments: [ { contractId: 'test.near', …(4) } ] Received: 1st spy call: Array [ Object { - "args": Object { - "chain_kind": Object { - "Eth": Object {}, - }, - "prover_args": Any<Uint8Array>, - }, + "args": Uint8Array [ + 1, + 2, + 3, + ], "attachedDeposit": 199999999999999983222784n, "contractId": "test.near", "gas": 300000000000000n, "methodName": "bind_token", }, ] Number of calls: 1 ❯ tests/chains/near.test.ts:102:39
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636