Skip to content

Commit 226e9bb

Browse files
committed
Address code review feedback
1 parent 79e6310 commit 226e9bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/osaka/eip7692_eof_v1/eip7873_tx_create/test_creation_tx.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pytest
44

5-
from ethereum_test_base_types.base_types import Bytes
5+
from ethereum_test_base_types.base_types import Address, Bytes
66
from ethereum_test_exceptions.exceptions import TransactionException
77
from ethereum_test_tools import (
88
Account,
@@ -13,6 +13,7 @@
1313
)
1414
from ethereum_test_tools.code.generators import Initcode as LegacyInitcode
1515
from ethereum_test_types.eof.v1 import Container
16+
from tests.prague.eip7702_set_code_tx.spec import Spec
1617

1718
from .. import EOF_FORK_NAME
1819
from ..eip7620_eof_create.helpers import (
@@ -130,7 +131,7 @@ def test_legacy_create_tx_eof_initcode(
130131
Bytes("0xEF"),
131132
Bytes("0xEF01"),
132133
Bytes("0xEF0101"),
133-
Bytes("0xEF01" + "".join("ab")),
134+
Spec.delegation_designation(Address(0xAA)),
134135
Bytes("0xEF02"),
135136
],
136137
)

0 commit comments

Comments
 (0)