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 } ]