Skip to content

Commit 40c21a6

Browse files
authored
Update tests/frontier/precompiles/test_precompile_absence.py
1 parent c75fb13 commit 40c21a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/frontier/precompiles/test_precompile_absence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_precompile_absence(
4646
if Op.RETURNDATASIZE in fork.valid_opcodes():
4747
call_code += Op.SSTORE(
4848
address + RETURNDATASIZE_OFFSET,
49-
Op.RETURNDATASIZE,
49+
Op.RETURNDATASIZE(),
5050
)
5151
storage[address + RETURNDATASIZE_OFFSET] = 0
5252

0 commit comments

Comments
 (0)