diff --git a/tests/integration/test_cli.py b/tests/integration/test_cli.py index 4f08fe7..7fe6ee7 100644 --- a/tests/integration/test_cli.py +++ b/tests/integration/test_cli.py @@ -56,4 +56,4 @@ class TestCLIIntegration: assert result.exit_code == 0 assert "validate" in result.output.lower() assert "start" in result.output.lower() - assert "generate" in result.output.lower() \ No newline at end of file + assert "generate" in result.output.lower()