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 committed Nov 15, 2024
1 parent 0416d44 commit 0c62047
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 @@ -309,7 +309,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 0c62047

Please sign in to comment.