From f21d03cbf144f51f2f6b43f755709fc9dfc7e257 Mon Sep 17 00:00:00 2001 From: lupin012 <58134934+lupin012@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:31:57 +0000 Subject: [PATCH] integration_test: fix test in case of EMVC ERROR (#252) --- integration/mainnet/debug_traceCall/test_01.json | 2 +- integration/mainnet/debug_traceCall/test_04.json | 2 +- integration/mainnet/debug_traceCallMany/test_01.json | 2 +- integration/mainnet/debug_traceCallMany/test_04.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration/mainnet/debug_traceCall/test_01.json b/integration/mainnet/debug_traceCall/test_01.json index 84a884d6..52c87110 100644 --- a/integration/mainnet/debug_traceCall/test_01.json +++ b/integration/mainnet/debug_traceCall/test_01.json @@ -63,7 +63,7 @@ { "depth": 1, "gas": 155977, - "gasCost": 3, + "gasCost": 0, "memory": [], "op": "opcode 0x2e not defined", "pc": 35, diff --git a/integration/mainnet/debug_traceCall/test_04.json b/integration/mainnet/debug_traceCall/test_04.json index 6f95b3a9..7022d9ee 100644 --- a/integration/mainnet/debug_traceCall/test_04.json +++ b/integration/mainnet/debug_traceCall/test_04.json @@ -32,7 +32,7 @@ "depth": 1, "error": {}, "gas": 186744, - "gasCost": 10, + "gasCost": 0, "memory": [], "op": "EXP", "pc": 0, diff --git a/integration/mainnet/debug_traceCallMany/test_01.json b/integration/mainnet/debug_traceCallMany/test_01.json index 346f845e..a888d5c1 100644 --- a/integration/mainnet/debug_traceCallMany/test_01.json +++ b/integration/mainnet/debug_traceCallMany/test_01.json @@ -77,7 +77,7 @@ { "depth": 1, "gas": 155977, - "gasCost": 3, + "gasCost": 0, "memory": [], "op": "opcode 0x2e not defined", "pc": 35, diff --git a/integration/mainnet/debug_traceCallMany/test_04.json b/integration/mainnet/debug_traceCallMany/test_04.json index af6107ba..96e35ae7 100644 --- a/integration/mainnet/debug_traceCallMany/test_04.json +++ b/integration/mainnet/debug_traceCallMany/test_04.json @@ -46,7 +46,7 @@ "depth": 1, "error": {}, "gas": 186744, - "gasCost": 10, + "gasCost": 0, "memory": [], "op": "EXP", "pc": 0,