Skip to content

Commit

Permalink
patch test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Feb 26, 2021
1 parent 2a50c75 commit 45d115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/processes/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def test_is_cwl_file_type_not_files():
{"type": "array", "items": "int"},
["null", {"type": "array", "items": "string"}],
]
for i, io_type in test_types:
for i, io_type in enumerate(test_types):
io_info = {"name": "test-{}".format(i), "type": io_type}
assert not is_cwl_file_type(io_info), "Test [{}]: {}".format(i, io_info)

Expand Down

0 comments on commit 45d115c

Please sign in to comment.