Skip to content

Commit

Permalink
calldata test had wrong deployed subcontainer
Browse files Browse the repository at this point in the history
Signed-off-by: Danno Ferrin <danno@numisight.com>
  • Loading branch information
shemnon committed Apr 30, 2024
1 parent ae09516 commit 061412b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/prague/eip7620_eof_create/test_eofcreate.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test_calldata(state_test: StateTestFiller):
code_outputs=NON_RETURNING_SECTION,
max_stack_height=3,
),
Section.Container(container=smallest_initcode_subcontainer),
Section.Container(container=smallest_runtime_subcontainer),
],
)

Expand Down Expand Up @@ -243,7 +243,7 @@ def test_calldata(state_test: StateTestFiller):
deployed_contract = Container(
name="deployed contract",
sections=[
*smallest_initcode_subcontainer.sections,
*smallest_runtime_subcontainer.sections,
Section.Data(data=calldata_bytes),
],
)
Expand Down

0 comments on commit 061412b

Please sign in to comment.