Skip to content

Commit 8ad7b09

Browse files
committed
Update tests/test_parser_utils.py
1 parent 0c3ca6e commit 8ad7b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def test_v1_1_stdin_to_file_fail_with_original() -> None:
263263

264264

265265
def test_v1_1_type_for_source() -> None:
266-
"""Test that the type is correctly inferred from a source id with CWL v1.2."""
266+
"""Test that the type is correctly inferred from a source id with CWL v1.1."""
267267
uri = Path(HERE / "../testdata/step_valuefrom5_wf_v1_1.cwl").resolve().as_uri()
268268
cwl_obj = load_document_by_uri(uri)
269269
source_type = cwl_utils.parser.cwl_v1_1_utils.type_for_source(

0 commit comments

Comments
 (0)