Skip to content

Commit e2201e7

Browse files
committed
fix(tests): EIP-7620 - remaining review comments
1 parent fd708b8 commit e2201e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/prague/eip7692_eof_v1/eip7620_eof_create/test_gas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def test_eofcreate_gas(
197197
+ initcode_execution_cost
198198
+ deployed_code_cost,
199199
subject_subcontainer=initcode,
200-
subject_balance=10**18,
200+
subject_balance=value * 4,
201201
subject_address=subject_address,
202202
oog_difference=initcode_execution_cost + deployed_code_cost + 1,
203203
)

tests/prague/eip7692_eof_v1/gas_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Test cases for all EIPs mentioned in the EOF V1 meta-EIP.
2+
Utility to generate gas usage related state tests automatically.
33
"""
44

55
import itertools

0 commit comments

Comments
 (0)