Skip to content

Commit a910dc3

Browse files
author
Peter Amstutz
committed
Fix bugged test
1 parent 6afeba3 commit a910dc3

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)