From ce3cecf484f468a610ad35b34d0358c69d30c13e Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Tue, 1 Aug 2023 13:29:10 -0400 Subject: [PATCH] fixed tests --- tests/test_geofetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_geofetch.py b/tests/test_geofetch.py index e5257d4..ea4fae0 100644 --- a/tests/test_geofetch.py +++ b/tests/test_geofetch.py @@ -366,7 +366,7 @@ def test_clean_func(tmpdir): """ Testing deleting soft files """ - files_dir = os.path.join(GSE_FILES, "GSE189141") + files_dir = os.path.join(GSE_FILES, "GSE138657") for file_name in os.listdir(files_dir): shutil.copyfile( os.path.join(files_dir, file_name), os.path.join(tmpdir, file_name)