Skip to content

Commit dad35a8

Browse files
fix typo
1 parent 1585fd1 commit dad35a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dbt/cli/test_global_flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_run_error_handler(
7474
assert "Error: List command error" in result.output
7575
assert "Traceback" not in result.output
7676

77-
# test SQLMeshError in main command wuthout subcommand
77+
# test SQLMeshError in main command without subcommand
7878
mock_create = mocker.patch("sqlmesh_dbt.cli.create")
7979
mock_create.side_effect = SQLMeshError("Failed to load project")
8080
result = invoke_cli(["--profile", "jaffle_shop"])

0 commit comments

Comments
 (0)