Skip to content

Commit

Permalink
fix(test): ruamel dupe name
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 27, 2024
1 parent 00ee9a6 commit 0db9d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def test_repeated_arguments_are_accepted(
assert exit_code == 0


def test_repeated_arguments_are_accepted( # type: ignore
def test_ruamel(
venv_manager: VenvManager,
capsys: CaptureFixture[Any], # pyright: ignore[reportExplicitAny]
) -> None:
Expand Down

0 comments on commit 0db9d06

Please sign in to comment.