Skip to content

Commit

Permalink
tests: fix by getting a fresh DB before each test rather than cleanin…
Browse files Browse the repository at this point in the history
…g up afterwards
  • Loading branch information
dev-zero committed Jul 23, 2021
1 parent da25808 commit 379bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@


@pytest.fixture(scope="function", autouse=True)
def clear_database_auto(clear_database):
def clear_database_auto(clear_database_before_test):
"""Automatically clear database in between tests."""

0 comments on commit 379bbf2

Please sign in to comment.