Skip to content

Commit

Permalink
test: fix _get_data_dir setup fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Apr 16, 2024
1 parent a7425be commit 4bc26b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_datadirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

class BaseTestGetDataDir:

@pytest.fixture(autouse=True)
def setup(self, monkeypatch):
monkeypatch.delenv('LUAMB_HOME', raising=False)

Expand Down

0 comments on commit 4bc26b3

Please sign in to comment.