Skip to content

Commit bbd52e3

Browse files
committed
Expect cluster label at the bottom for outputs in tests
1 parent d418f0f commit bbd52e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/resources/cwl/make_to_cwl/visualisation.dot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ digraph workflow {
3535
subgraph cluster_outputs {
3636
rank = "same";
3737
style = "dashed";
38+
labelloc = "b";
3839
label = "Workflow Outputs";
3940
"outfile" [fillcolor="#94DDF4",label="outfile"];
4041
}

0 commit comments

Comments
 (0)