Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed May 11, 2023
1 parent cb7acfc commit e1daa54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,10 @@ def test_packed_graph(tmp_path: Path) -> None:
shallow=False,
)


def test_multi_version_upgrade_external_steps(tmp_path: Path) -> None:
"""Test 1.0 to 1.2 upgrade of Workflow with external steps."""
main(
[f"--dir={tmp_path}", get_data("testdata/v1.0/1st-workflow.cwl")]
)
main([f"--dir={tmp_path}", get_data("testdata/v1.0/1st-workflow.cwl")])
assert filecmp.cmp(
get_data("testdata/v1.2/arguments.cwl"),
tmp_path / "arguments.cwl",
Expand Down

0 comments on commit e1daa54

Please sign in to comment.