Skip to content

Commit

Permalink
tests/6780: add storage check after sendall
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Jul 7, 2023
1 parent c4d2ed1 commit 8d1f4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cancun/eip6780_selfdestruct/test_selfdestruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def test_selfdestruct_prev_created(
}

if eip_enabled:
post[selfdestruct_contract_address] = Account(balance=0, code=code)
post[selfdestruct_contract_address] = Account(balance=0, code=code, storage={0: 1})
else:
post[selfdestruct_contract_address] = Account.NONEXISTENT # type: ignore

Expand Down

0 comments on commit 8d1f4ff

Please sign in to comment.