Skip to content

Commit b34ab34

Browse files
authored
fix test (#1193)
1 parent 105c2db commit b34ab34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/schedulers/airflow/operators/test_targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_cleanup_target_execute(mocker: MockerFixture, make_snapshot: t.Callable
147147
target.execute(context, lambda: evaluator_adapter_mock, "spark")
148148

149149
evaluator_adapter_mock.cursor().execute.assert_has_calls(
150-
[call("DROP SCHEMA IF EXISTS default__test_env CASCADE")]
150+
[call("DROP SCHEMA IF EXISTS `default__test_env` CASCADE")]
151151
)
152152
evaluator_cleanup_mock.assert_called_once_with([snapshot.table_info])
153153

0 commit comments

Comments
 (0)