Skip to content

Commit

Permalink
Fix unit tests for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DradeAW committed Mar 20, 2024
1 parent 24ce830 commit 1160b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_lussac_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
def test_load_default_params() -> None:
params = LussacParams.load_default_params('params_synthetic', '/aze/')
print(params)
assert params['lussac']['tmp_folder'] == str(pathlib.Path("/aze") / "lussac" / "tmp")
assert params['lussac']['tmp_folder'] == str(pathlib.Path("/aze").absolute() / "lussac" / "tmp")

0 comments on commit 1160b30

Please sign in to comment.