Skip to content

Commit

Permalink
[WIP] Fix tool shed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Oct 23, 2023
1 parent 3ccccc8 commit ae7795b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def test_0030_generate_repository_dependencies_for_emboss_5(self):
def test_0035_generate_repository_dependencies_for_emboss_6(self):
"""Generate a repository_dependencies.xml file specifying emboss_datatypes and upload it to the emboss_6 repository."""
emboss_6_repository = self._get_repository_by_name_and_owner(emboss_6_repository_name, common.test_user_1_name)
assert emboss_6_repository, f"Failed to find repository for {common.test_user_1_name}/{emboss_6_repository_name}"
column_maker_repository = self._get_repository_by_name_and_owner(
column_maker_repository_name, common.test_user_1_name
)
Expand Down

0 comments on commit ae7795b

Please sign in to comment.