From 3a4806ee41d2e2987934494f8369fc3af1589f53 Mon Sep 17 00:00:00 2001 From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de> Date: Tue, 27 Jun 2023 18:25:27 +0200 Subject: [PATCH] fix typo --- tests/test_mpsd_software.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mpsd_software.py b/tests/test_mpsd_software.py index 7a8e4c1..79fc35c 100644 --- a/tests/test_mpsd_software.py +++ b/tests/test_mpsd_software.py @@ -553,7 +553,7 @@ def test_get_root_dir(tmp_path): root_dir = mod.get_root_dir() assert root_dir == tmp_path - # test that root_dir from paret is detected correctly + # test that root_dir from parent is detected correctly sub_dir = tmp_path / "sub_dir" sub_dir.mkdir() with mod.os_chdir(sub_dir): -- GitLab