Skip to content

Commit

Permalink
fix: rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Jun 26, 2024
1 parent b08db3b commit ad80e72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest

from ethereum_test_tools import Account, EOFException, EOFStateTestFiller, EOFTestFiller
from ethereum_test_tools.eof.v1 import Container, Section
from ethereum_test_tools.eof.v1 import Container, ContainerKind, Section
from ethereum_test_tools.vm.opcode import Opcodes as Op

from .. import EOF_FORK_NAME
Expand Down Expand Up @@ -124,8 +124,8 @@ def test_orphan_container(
first_sub_container,
extra_sub_container,
],
kind=ContainerKind.INITCODE,
),
kind="initcode",
expect_exception=EOFException.ORPHAN_SUBCONTAINER,
)

Expand Down

0 comments on commit ad80e72

Please sign in to comment.