Merge pull request #5 from argentlabs/fix/rpc-provider-test #23
Annotations
2 errors and 1 warning
error: expect(received).toMatchSnapshot(expected):
src/contractBatch/integration.test.ts#L112
Expected:
[
{
"status": "fulfilled",
"value": [
"0x0",
"0x0",
],
},
{
"status": "fulfilled",
"value": [
"0x0",
"0x0",
],
},
{
"status": "fulfilled",
"value": [
"0x0",
"0x0",
],
},
{
"status": "fulfilled",
"value": [
"0x0",
"0x0",
],
},
]
Received:
[
{
"status": "rejected",
},
{
"status": "rejected",
},
{
"status": "rejected",
},
{
"status": "rejected",
},
]
at /home/runner/work/x-multicall/x-multicall/src/contractBatch/integration.test.ts:112:5
|
release
Process completed with exit code 1.
|
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|