Skip to content

Commit 27616ef

Browse files
Update tests/cancun/eip1153_tstore/test_tstorage.py
Co-authored-by: danceratopz <[email protected]>
1 parent ea63421 commit 27616ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cancun/eip1153_tstore/test_tstorage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_tload_after_tstore(state_test: StateTestFiller, pre: Alloc):
7979
)
8080
code_address = pre.deploy_contract(
8181
code=code, # type: ignore
82-
storage=dict.fromkeys(slots_under_test, 255),
82+
storage=dict.fromkeys(slots_under_test, 0xFF),
8383
)
8484

8585
tx = Transaction(

0 commit comments

Comments
 (0)