Skip to content

Commit

Permalink
Rebase into types...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 19, 2024
1 parent 94b2cef commit 008354c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/tool_util/unittest_utils/interactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def get_tool_tests_model(self, tool_id, tool_version=None) -> ToolTestCaseList:
"tool_version": this_tool_version or "0.1.1-default",
"name": tool_id,
"test_index": index,
"inputs": [],
"outputs": [],
}
test_defs.append(ToolTestCase(**test_def))

Expand Down

0 comments on commit 008354c

Please sign in to comment.