Skip to content
Snippets Groups Projects
Commit 3a4806ee authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

fix typo

parent ac8f3bfb
No related branches found
No related tags found
1 merge request!89Implement the init command
......@@ -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):
......
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