We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1585fd1 commit dad35a8Copy full SHA for dad35a8
tests/dbt/cli/test_global_flags.py
@@ -74,7 +74,7 @@ def test_run_error_handler(
74
assert "Error: List command error" in result.output
75
assert "Traceback" not in result.output
76
77
- # test SQLMeshError in main command wuthout subcommand
+ # test SQLMeshError in main command without subcommand
78
mock_create = mocker.patch("sqlmesh_dbt.cli.create")
79
mock_create.side_effect = SQLMeshError("Failed to load project")
80
result = invoke_cli(["--profile", "jaffle_shop"])
0 commit comments