Skip to content

Commit 73e81bd

Browse files
committed
fix: fixed conformity test
Signed-off-by: Logan Nguyen <[email protected]>
1 parent 58e0a2a commit 73e81bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/server/tests/acceptance/data/conformity/overwrites/eth_estimateGas/estimate-failed-call.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
// If so, it might be better to fix the underlying issue instead of adapting the test.
2323

2424
>> {"jsonrpc":"2.0","id":1,"method":"eth_estimateGas","params":[{"from":"0x0102030000000000000000000000000000000000","input":"0xff030405","to":"0x17e7eedce4ac02ef114a7ed9fe6e2f33feba1667"}]}
25-
<< {"result":"0x596c","jsonrpc":"2.0","id":1}
25+
<< {"error": {"code": -32000, "message": "[Request ID: 1dc99c0a-9918-441d-a4bd-1a2e4f9c325c] Error occurred during transaction simulation: Sender account not found."}, "jsonrpc": "2.0", "id": "test_id"}

packages/server/tests/acceptance/data/conformity/overwrites/eth_estimateGas/estimate-successful-call.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
// Only the `params[0].to` field value has been changed to point to the correct deployed contract address.
1313
// All other fields must remain unchanged to preserve the integrity of the original test case.
1414

15-
>> {"jsonrpc":"2.0","id":1,"method":"eth_estimateGas","params":[{"from":"0x0102030000000000000000000000000000000000","input":"0xff01","to":"0x17e7eedce4ac02ef114a7ed9fe6e2f33feba1667"}]}
15+
>> {"jsonrpc":"2.0","id":1,"method":"eth_estimateGas","params":[{"input":"0xff01","to":"0x17e7eedce4ac02ef114a7ed9fe6e2f33feba1667"}]}
1616
<< {"result":"0x594c","jsonrpc":"2.0","id":1}

0 commit comments

Comments
 (0)