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