Skip to content

Commit

Permalink
Update test docstring
Browse files Browse the repository at this point in the history
Co-authored-by: M Bernt <[email protected]>
  • Loading branch information
nsoranzo and bernt-matthias committed Jul 27, 2024
1 parent 2da218a commit 9ee0dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bioblend/_tests/TestGalaxyQuotas.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def test_delete_undelete_quota(self):
@test_util.skip_unless_galaxy("release_19.09") # for user purging
def test_update_non_default_quota(self):
"""
test if a non default quota can be updated (needs to use default=None,
default="no" will fail)
Test updating a non default quota.
Needs to use `default=None` (which is the default), `default="no"` will fail.
"""
if self.gi.config.get_config()["use_remote_user"]:
self.skipTest("This Galaxy instance is not configured to use local users")
Expand Down

0 comments on commit 9ee0dc1

Please sign in to comment.