Scale execution #977
Annotations
3 errors
tests/eth_sendUserOperation.test.ts > '0.6' supports eth_sendUserOperation > Send parallel UserOperations:
test/e2e/tests/eth_sendUserOperation.test.ts#L276
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ tests/eth_sendUserOperation.test.ts:276:15
|
tests/pimlico_sendCompressedUserOperation.test.ts > V0.6 pimlico_sendCompressedUserOperation > Send multiple compressedOps:
test/e2e/tests/pimlico_sendCompressedUserOperation.test.ts#L268
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
[Error: rejected promise]
+ Received:
undefined
❯ tests/pimlico_sendCompressedUserOperation.test.ts:268:10
|
docker-e2e
Process completed with exit code 1.
|