We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3ca6e commit 8ad7b09Copy full SHA for 8ad7b09
tests/test_parser_utils.py
@@ -263,7 +263,7 @@ def test_v1_1_stdin_to_file_fail_with_original() -> None:
263
264
265
def test_v1_1_type_for_source() -> None:
266
- """Test that the type is correctly inferred from a source id with CWL v1.2."""
+ """Test that the type is correctly inferred from a source id with CWL v1.1."""
267
uri = Path(HERE / "../testdata/step_valuefrom5_wf_v1_1.cwl").resolve().as_uri()
268
cwl_obj = load_document_by_uri(uri)
269
source_type = cwl_utils.parser.cwl_v1_1_utils.type_for_source(
0 commit comments