Skip to content
Snippets Groups Projects
Commit d1c8b92f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[tests] Fix test-database initialisation

parent 02e18e57
No related branches found
No related tags found
No related merge requests found
Pipeline #68976 failed
...@@ -98,4 +98,4 @@ def montgomery_datadir(tmp_path_factory, request) -> pathlib.Path: ...@@ -98,4 +98,4 @@ def montgomery_datadir(tmp_path_factory, request) -> pathlib.Path:
with zipfile.ZipFile(archive) as zf: with zipfile.ZipFile(archive) as zf:
zf.extractall(database_dir) zf.extractall(database_dir)
return database_dir / "MontgomerySet_Light" return database_dir
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment