Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe committed Oct 2, 2023
1 parent a5a4beb commit f6e1601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_collect_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def task_example(
assert "task_module.py>" in captured
assert "<Function" in captured
assert "task_example>" in captured
assert "nested" in result.output
assert "Dependency" in result.output
assert "Product" in captured


Expand Down

0 comments on commit f6e1601

Please sign in to comment.