Skip to content

Commit

Permalink
merged with main / fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolea Plesco committed Apr 6, 2022
2 parents 985315b + c52624c commit 48b8a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"form_type": []
}
}
}
}
2 changes: 1 addition & 1 deletion tests/unit/dags/test_selector_daily_fetch_orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ def test_selector_daily_fetch_orchestrator(dag_bag):
assert dag_bag.import_errors == {}
dag = dag_bag.get_dag(dag_id="selector_daily_fetch_orchestrator")
assert dag is not None
print(dag.tasks)
print(dag.tasks)

0 comments on commit 48b8a45

Please sign in to comment.