Skip to content

Commit 1a8e777

Browse files
authored
Merge pull request #56 from common-workflow-language/fix-count14
Fix bugged test
2 parents 6afeba3 + a910dc3 commit 1a8e777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/count-lines14-wf.cwl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ requirements:
2020

2121
steps:
2222
step1:
23-
in: {file1: file1}
23+
in:
24+
file1: [file1, file2]
2425
out: [count_output]
2526
scatter: file1
2627
run:

0 commit comments

Comments
 (0)