Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
defreng committed Oct 3, 2024
1 parent 5a90fc3 commit aecc4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/engine/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_app_has_commands(command, cli_runner: CliRunner):

# THEN
assert result.exit_code == 0
assert result.stdout.startswith("Usage: ")
assert result.stdout.strip().startswith("Usage: ")


def test_app_should_create_template(
Expand Down

0 comments on commit aecc4f2

Please sign in to comment.