Skip to content

Commit e1daa54

Browse files
committed
formatting
1 parent cb7acfc commit e1daa54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_complete.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,10 @@ def test_packed_graph(tmp_path: Path) -> None:
100100
shallow=False,
101101
)
102102

103+
103104
def test_multi_version_upgrade_external_steps(tmp_path: Path) -> None:
104105
"""Test 1.0 to 1.2 upgrade of Workflow with external steps."""
105-
main(
106-
[f"--dir={tmp_path}", get_data("testdata/v1.0/1st-workflow.cwl")]
107-
)
106+
main([f"--dir={tmp_path}", get_data("testdata/v1.0/1st-workflow.cwl")])
108107
assert filecmp.cmp(
109108
get_data("testdata/v1.2/arguments.cwl"),
110109
tmp_path / "arguments.cwl",

0 commit comments

Comments
 (0)