Skip to content

Commit 95d60f7

Browse files
committed
Format bundler tests
1 parent cec8dfe commit 95d60f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/test_bundler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ def test_switch_fanout_emits_no_yaml_anchor(self, tmp_path):
207207
if dep.get("task_key") == "switch1_case_a" and dep.get("outcome") == "true":
208208
gated_on_true += 1
209209
assert gated_on_true == 2, f"both case roots must gate on the case 'true' outcome, got {gated_on_true}"
210+
210211
def test_databricks_yml_sync_includes_src(self, tmp_path):
211212
"""databricks.yml forces src/** into the sync set so a gitignored output dir still uploads notebooks."""
212213
wf = _simple_workflow("my_pipeline")

0 commit comments

Comments
 (0)