From 40c21a6405be9f58f7c1948629c9141d8ae3ae5c Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Thu, 19 Dec 2024 11:51:03 -0600 Subject: [PATCH] Update tests/frontier/precompiles/test_precompile_absence.py --- tests/frontier/precompiles/test_precompile_absence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontier/precompiles/test_precompile_absence.py b/tests/frontier/precompiles/test_precompile_absence.py index 02f226d33a..86a2c1eac8 100644 --- a/tests/frontier/precompiles/test_precompile_absence.py +++ b/tests/frontier/precompiles/test_precompile_absence.py @@ -46,7 +46,7 @@ def test_precompile_absence( if Op.RETURNDATASIZE in fork.valid_opcodes(): call_code += Op.SSTORE( address + RETURNDATASIZE_OFFSET, - Op.RETURNDATASIZE, + Op.RETURNDATASIZE(), ) storage[address + RETURNDATASIZE_OFFSET] = 0