Skip to content

Commit

Permalink
Merge pull request #16811 from mvdbeek/shed_unit_test_fix
Browse files Browse the repository at this point in the history
Fix shed unit test
  • Loading branch information
martenson authored Oct 9, 2023
2 parents d4b25fb + 3bb5db7 commit 4f92d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tool_shed/unittest_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def __init__(self, config_file, tool_shed_repository, guid):
self.tool_shed_repository = tool_shed_repository
self.guid = guid
self.id = guid
self.old_id = guid
self.version = "1.0.0"
self.hidden = False
self._lineage = None
Expand Down

0 comments on commit 4f92d01

Please sign in to comment.