From b7214b336f851c4a593924c819b4b8b0bffdd17d Mon Sep 17 00:00:00 2001 From: lupin012 <58134934+lupin012@users.noreply.github.com.> Date: Sun, 22 Sep 2024 20:02:16 +0200 Subject: [PATCH] mod tests according sw --- silkworm/rpc/core/evm_debug_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silkworm/rpc/core/evm_debug_test.cpp b/silkworm/rpc/core/evm_debug_test.cpp index 2fe5bd8836..2f3282a205 100644 --- a/silkworm/rpc/core/evm_debug_test.cpp +++ b/silkworm/rpc/core/evm_debug_test.cpp @@ -1230,7 +1230,7 @@ TEST_CASE_METHOD(DebugExecutorTest, "DebugExecutor::execute call with error") { { "depth": 1, "gas": 156080, - "gasCost": 2, + "gasCost": 0, "memory": [], "op": "opcode 0x4b not defined", "pc": 1,