Skip to content

Commit 2926ec4

Browse files
committed
tests/eip4788: Small changes.
1 parent b73963c commit 2926ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cancun/eip4788_beacon_root/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def expected_storage(
4141
- success or failure of the call
4242
- validity of the timestamp input used within the call
4343
"""
44-
storage: Storage.StorageDictType = dict()
44+
storage = Storage()
4545
# beacon root precompile call is successful
4646
if valid_call:
4747
storage[0] = 1

tests/cancun/eip4788_beacon_root/test_beacon_root_precompile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_beacon_root_precompile_calls(
8484
- `DELEGATECALL`
8585
- `CALLCODE`
8686
- `STATICCALL`
87-
for diffent call gas amounts:
87+
for different call gas amounts:
8888
- exact gas (valid call)
8989
- extra gas (valid call)
9090
- insufficient gas (invalid call)

0 commit comments

Comments
 (0)