Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Sep 11, 2024
1 parent 759a4f3 commit 5247849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/pytest_fixtures/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_aiida_config(tmp_path_factory):
assert config.dirpath.startswith(tmp_path_factory.getbasetemp())


def test_aiida_config_tmp(tmp_path_factory):
def test_aiida_config_tmp(aiida_config_tmp, tmp_path_factory):
"""Test that ``aiida_config_tmp`` returns a config instance in temp directory."""
from aiida.manage.configuration.config import Config

Expand Down

0 comments on commit 5247849

Please sign in to comment.