From 4497b5f4f192dafcf3aa30da48197d8c3d84c81d Mon Sep 17 00:00:00 2001 From: andri lim Date: Sat, 8 Jun 2024 18:36:51 +0700 Subject: [PATCH] Enable test_tracer_json (#2326) --- tests/all_tests.nim | 2 +- tests/fixtures/TracerTests/block46402.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/all_tests.nim b/tests/all_tests.nim index 48e25ac44..e7177df85 100644 --- a/tests/all_tests.nim +++ b/tests/all_tests.nim @@ -19,7 +19,7 @@ cliBuilder: ./test_genesis, ./test_precompiles, ./test_generalstate_json, - #./test_tracer_json, + ./test_tracer_json, #./test_persistblock_json, -- fails #./test_rpc, -- fails ./test_filters, diff --git a/tests/fixtures/TracerTests/block46402.json b/tests/fixtures/TracerTests/block46402.json index c57749ac9..6adac872d 100644 --- a/tests/fixtures/TracerTests/block46402.json +++ b/tests/fixtures/TracerTests/block46402.json @@ -283,7 +283,7 @@ "0000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000060" ], - "error": "Opcode Dispatch Error: Out of gas: Needed 20000 - Remaining 412 - Reason: SSTORE, depth=1", + "error": "Opcode Dispatch Error: OutOfGas, depth=1", "gasCost": 0 } ], @@ -705,7 +705,7 @@ "0000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000060" ], - "error": "Opcode Dispatch Error: Out of gas: Needed 20000 - Remaining 412 - Reason: SSTORE, depth=1", + "error": "Opcode Dispatch Error: OutOfGas, depth=1", "gasCost": 0 } ]