Support NEAR & EVM finTransfer #63
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
|