Skip to content

Commit

Permalink
Update tests/cancun/eip5656_mcopy/test_mcopy_memory_expansion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Jul 8, 2024
1 parent 05d15e8 commit 2bb1390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cancun/eip5656_mcopy/test_mcopy_memory_expansion.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def caller_address( # noqa: D103


@pytest.fixture
def memory_expansion_address(pre: Alloc, callee_bytecode: bytes) -> Address: # noqa: D103
def memory_expansion_address(pre: Alloc, callee_bytecode: Bytecode) -> Address: # noqa: D103
return pre.deploy_contract(code=callee_bytecode)


Expand Down

0 comments on commit 2bb1390

Please sign in to comment.