Skip to content

Commit d8981e1

Browse files
authored
Fix tests due to more strict duplicate id checking. (#352)
1 parent bbc20e1 commit d8981e1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/test_bad_outputs_wf.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ steps:
1111
out: [c]
1212
run:
1313
class: CommandLineTool
14+
id: subtool
1415
inputs: []
1516
outputs:
1617
b:
@@ -24,6 +25,7 @@ steps:
2425
out: [c]
2526
run:
2627
class: CommandLineTool
28+
id: subtool
2729
inputs:
2830
a: string
2931
outputs:

tests/wf/scatterfail.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
out: [out]
2020
run:
2121
class: Workflow
22+
id: subtool
2223
inputs:
2324
r: string
2425
outputs:

0 commit comments

Comments
 (0)