Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Aug 1, 2023
1 parent 2e34f89 commit ce3cecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geofetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce3cecf

Please sign in to comment.