Skip to content

Commit

Permalink
Update tests/test_parser_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored Aug 29, 2022
1 parent 2c38c41 commit d7afb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parser_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def test_v1_1_stdin_to_file_fail_with_original() -> None:


def test_v1_1_type_for_source() -> None:
"""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."""
uri = Path(HERE / "../testdata/step_valuefrom5_wf_v1_1.cwl").resolve().as_uri()
cwl_obj = load_document_by_uri(uri)
source_type = cwl_utils.parser.cwl_v1_1_utils.type_for_source(
Expand Down

0 comments on commit d7afb9d

Please sign in to comment.