mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 12:55:49 +08:00
chore(api): reformat code
This commit is contained in:
@ -264,6 +264,4 @@ def test_parallel_human_input_join_completes_after_second_resume() -> None:
|
||||
assert isinstance(second_resume_events[0], GraphRunStartedEvent)
|
||||
assert second_resume_events[0].reason is WorkflowStartReason.RESUMPTION
|
||||
assert isinstance(second_resume_events[-1], GraphRunSucceededEvent)
|
||||
assert any(
|
||||
isinstance(event, NodeRunSucceededEvent) and event.node_id == "end" for event in second_resume_events
|
||||
)
|
||||
assert any(isinstance(event, NodeRunSucceededEvent) and event.node_id == "end" for event in second_resume_events)
|
||||
|
||||
Reference in New Issue
Block a user