From a0544620d6c64883c029d1c7cbda814bb77938cd Mon Sep 17 00:00:00 2001 From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de> Date: Fri, 22 Dec 2023 13:07:39 +0100 Subject: [PATCH] fix typo --- tests/test_remove.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_remove.py b/tests/test_remove.py index cc35c16..84fcca0 100644 --- a/tests/test_remove.py +++ b/tests/test_remove.py @@ -48,7 +48,7 @@ def test_remove_environment(tmp_path, mocker, create_fake_environment): # check that no toolchain remains assert toolchain_map is None # check that the release directory is empty - assert len(list(folders["release_dir"].iterdir())) == 0 + assert len(list(folders["package_set_dir"].iterdir())) == 0 # check that the logs directory is non-empty list_of_logs = list(folders["logs_dir"].iterdir()) assert len(list_of_logs) == 2 # APEX + remove_build_log -- GitLab