diff --git a/tests/test_nextflow.py b/tests/test_nextflow.py index 18d0f35..58f1e21 100644 --- a/tests/test_nextflow.py +++ b/tests/test_nextflow.py @@ -182,7 +182,7 @@ def test_pipeline_join_no_dependencies(self): p5 = NextFlowProcess(process_name="fifth_process", command_to_run=f"echo fifth_process >> {pipeline_output_file}") # Dependency graphs - # p1 p1 p4 p1--- p4 + # p1 p1 p4 -p1-- p4 # / \ + \ / = / \ \ / # p2 p3 p5 p2 p3 p5 #