Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Jul 24, 2023
1 parent f43a570 commit 33b1fa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def get_database_config_helper():
@pytest.fixture(autouse=True)
def run_around_tests(tmpdir_factory):
"""
Create the temporary folder to keep some static database storage files & destroy later
Create the temporary folder to keep some static database storage files & destroy
later
"""
# Create tmp folder
my_tmpdir = tmpdir_factory.mktemp(_testing.DatabaseConfigHelper.get_tmp_dir())
Expand Down

0 comments on commit 33b1fa2

Please sign in to comment.