Skip to content

Commit

Permalink
Tweak assertion message (#6691)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc authored and dsotirho-ucsc committed Nov 25, 2024
1 parent 8bea021 commit 1b67577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _select_source(self,
else:
assert False, public
if len(sources) == 0:
assert public is False, 'Every catalog should contain a public source'
assert public is False, 'An IT catalog must contain at least one public source'
return None
else:
source = self.random.choice(sorted(sources))
Expand Down

0 comments on commit 1b67577

Please sign in to comment.