Skip to content

Commit 29b4649

Browse files
authored
fix tests for click >= 8.2.0
1 parent 73e0377 commit 29b4649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/commands/tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def test_main():
77
"""Test the main package entry-point."""
88
runner = CliRunner()
9-
result = runner.invoke(run)
9+
result = runner.invoke(run, ["--help"])
1010
assert result.exit_code == 0
1111
assert "Main package entry-point" in result.output
1212
assert "Options:" in result.output

0 commit comments

Comments
 (0)