Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
🎨 Test function scope
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Jul 31, 2024
1 parent 240eeb7 commit 989b9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest


@pytest.fixture(scope="module")
@pytest.fixture(scope="function")
def setup_bionty_instance():
ln.setup.init(storage="./test-bionty-db", schema="bionty")
yield
Expand Down

0 comments on commit 989b9ff

Please sign in to comment.