Fixed default value bug, don't expect test to fail any more
[arvados.git] / sdk / cwl / tests / wf-defaults / default-dir4.cwl
index 8bfc5d63f744a784e13d78ec48049211ae629c48..a5b9c2f3ec071bad1f83d52a89edda538fdda704 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-cwlVersion: v1.0
+cwlVersion: v1.1
 class: Workflow
 inputs: []
 outputs: []
@@ -21,4 +21,4 @@ steps:
             class: Directory
             location: inp1
       outputs: []
-      arguments: [echo, $(inputs.inp2)]
\ No newline at end of file
+      arguments: [echo, $(inputs.inp2)]