Skip to content

Commit

Permalink
fix: minor bug in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Oct 21, 2024
1 parent 2f503a2 commit e671682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/headless/test_headless.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_create_workflow(tmp_path):

dag = workflow_handler.dag
assert len(dag.list_tasks) == 3
assert len(dag.inputs.keys()) == 3
assert len(dag.inputs[0].keys()) == 3

# Run the headless workflow

Expand Down

0 comments on commit e671682

Please sign in to comment.