Skip to content

Commit

Permalink
Fix docstring of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Nov 16, 2023
1 parent b088cf8 commit 6ae47ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_backend.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import audb


def test_visiting_repos(private_and_public_repository):
r"""Tests visiting several repos when looking for a database.
def test_visiting_private_repos(private_and_public_repository):
r"""Tests visiting private repos when looking for a database.
When requesting a database,
audb needs to look for it
Expand All @@ -26,7 +26,7 @@ def test_visiting_non_existing_repos(non_existing_repository):
audb needs to look for it
in every repository on the corresponding backend.
This should not fail,
even when the user has no access rights.
even when a repository does not exist.
"""
audb.load(
Expand Down

0 comments on commit 6ae47ae

Please sign in to comment.