Skip to content

Commit

Permalink
integration_test: fix test in case of EMVC ERROR (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Sep 23, 2024
1 parent 7b769a2 commit f21d03c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration/mainnet/debug_traceCall/test_01.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{
"depth": 1,
"gas": 155977,
"gasCost": 3,
"gasCost": 0,
"memory": [],
"op": "opcode 0x2e not defined",
"pc": 35,
Expand Down
2 changes: 1 addition & 1 deletion integration/mainnet/debug_traceCall/test_04.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"depth": 1,
"error": {},
"gas": 186744,
"gasCost": 10,
"gasCost": 0,
"memory": [],
"op": "EXP",
"pc": 0,
Expand Down
2 changes: 1 addition & 1 deletion integration/mainnet/debug_traceCallMany/test_01.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{
"depth": 1,
"gas": 155977,
"gasCost": 3,
"gasCost": 0,
"memory": [],
"op": "opcode 0x2e not defined",
"pc": 35,
Expand Down
2 changes: 1 addition & 1 deletion integration/mainnet/debug_traceCallMany/test_04.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"depth": 1,
"error": {},
"gas": 186744,
"gasCost": 10,
"gasCost": 0,
"memory": [],
"op": "EXP",
"pc": 0,
Expand Down

0 comments on commit f21d03c

Please sign in to comment.