Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Aug 27, 2024
1 parent 23c5ce0 commit b740283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_load_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
def test_load_contents_file_array(tmp_path: Path) -> None:
"""Ensures that a File[] input with loadContents loads each file."""
params = [
"--outdir", str(tmp_path),
"--outdir",
str(tmp_path),
get_data("tests/load_contents-array.cwl"),
"tests/load_contents-array.yml",
]
Expand Down

0 comments on commit b740283

Please sign in to comment.