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 997838c commit 0e4eb49
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 @@ -273,7 +273,7 @@ def test_v1_1_type_for_source() -> None:


def test_v1_1_type_for_source_with_id() -> 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_with_id_v1_1.cwl")
.resolve()
Expand Down

0 comments on commit 0e4eb49

Please sign in to comment.