From 8532623a183fdf26e313f5ba01dd46f5ca31fd0e Mon Sep 17 00:00:00 2001 From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de> Date: Wed, 17 May 2023 11:45:09 +0200 Subject: [PATCH] update tests fofr the new script name --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 2736a93..1d0c95e 100644 --- a/tests.py +++ b/tests.py @@ -6,7 +6,7 @@ import time import shutil from pathlib import Path -mod = importlib.import_module("install-mpsd-software-environment") +mod = importlib.import_module("mpsd-software-environment") def test_os_chdir(tmp_path): -- GitLab