Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstenBreuer committed Dec 7, 2023
1 parent 667c645 commit 8b691ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/transform/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ def test_workflow_definition_step_order_happy():


def test_workflow_definition_step_order_circular():
"""Test that the step order is correctly inferred from the workflow definition."""
"""Test that initialization of a WorkflowDefinition with a circularly dependent
steps fails."""

workflow_definition = WorkflowDefinition(
description="A workflow for testing.",
Expand Down

0 comments on commit 8b691ce

Please sign in to comment.