Skip to content

Commit a475721

Browse files
committed
fix(tests): storage method usage
1 parent 2c0abb9 commit a475721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/prague/eip7702_eoa_code_tx/test_eoa_code_txs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def test_set_code_call_set_code(
445445
set_code_1_success = storage_1.store_next(True)
446446

447447
auth_signer_2 = pre.fund_eoa(auth_account_start_balance)
448-
storage_2 = Storage().with_start_slot(storage_1.next_slot())
448+
storage_2 = Storage().set_next_slot(storage_1.peek_slot())
449449
set_code_2_success = storage_2.store_next(op != Op.STATICCALL)
450450

451451
set_code_1 = (

0 commit comments

Comments
 (0)