Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 18, 2024
1 parent 8a07ccb commit c25430a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/builtins/codegen/test_create_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,8 @@ def deploy_from_calldata(s: Bytes[1024], arg: uint256, salt: bytes32) -> address
assert env.get_code(res) == runtime


# test raw_create with all combinations of value and revert_on_failure kwargs (including not present at all)
# test raw_create with all combinations of value and revert_on_failure kwargs
# (including not present at all)
# additionally parametrize whether the constructor reverts or not
@pytest.mark.parametrize("constructor_reverts", [True, False])
@pytest.mark.parametrize("use_value", [True, False])
Expand Down

0 comments on commit c25430a

Please sign in to comment.