updatre #2691
Annotations
3 errors and 2 warnings
run tests:
packages/eth-providers/src/__tests__/utils.test.ts#L566
AssertionError: expected { nonce: +0, consumers: +0, …(3) } to deeply equal { nonce: +0, consumers: +0, …(3) }
- Expected
+ Received
Object {
"consumers": 0,
"data": Object {
- "flags": "0x80000000000000000000000000000000",
+ "flags": 0,
"free": 0,
"frozen": 0,
"reserved": 0,
},
"nonce": 0,
"providers": 0,
"sufficients": 0,
}
❯ _testQueryStorage src/__tests__/utils.test.ts:566:44
❯ src/__tests__/utils.test.ts:578:5
|
run tests:
packages/eth-providers/src/__tests__/utils.test.ts#L566
AssertionError: expected { nonce: +0, consumers: +0, …(3) } to deeply equal { nonce: +0, consumers: +0, …(3) }
- Expected
+ Received
Object {
"consumers": 0,
"data": Object {
- "flags": "0x80000000000000000000000000000000",
+ "flags": 0,
"free": 0,
"frozen": 0,
"reserved": 0,
},
"nonce": 0,
"providers": 0,
"sufficients": 0,
}
❯ _testQueryStorage src/__tests__/utils.test.ts:566:44
❯ src/__tests__/utils.test.ts:578:5
|
run tests
Final attempt failed. Child_process exited with error code 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading