From d1c8b92f16a2023ee53e53cffaf222d3ac31bf7f Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 24 Jan 2023 23:38:27 +0100 Subject: [PATCH] [tests] Fix test-database initialisation --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 933dcae9..e7f2e55c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -98,4 +98,4 @@ def montgomery_datadir(tmp_path_factory, request) -> pathlib.Path: with zipfile.ZipFile(archive) as zf: zf.extractall(database_dir) - return database_dir / "MontgomerySet_Light" + return database_dir -- GitLab