Skip to content

Commit

Permalink
Rename setup to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 24, 2024
1 parent 1127251 commit 9164e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ class TestDatasetLoadTables:

@classmethod
@pytest.fixture(autouse=True)
def setup(cls, cache, medium_db):
def prepare(cls, cache, medium_db):
r"""Provide test class with cache, database name and database version.
Args:
Expand Down

0 comments on commit 9164e86

Please sign in to comment.