diff --git a/chimerapy/tests/test_chimera.py b/chimerapy/tests/test_chimera.py index e08da98..4d3053e 100644 --- a/chimerapy/tests/test_chimera.py +++ b/chimerapy/tests/test_chimera.py @@ -14,7 +14,7 @@ def test_chimera(tmp_path): - Downloader.simple_download(INPUT_FILES.values(), path=tmp_path) + _ = Downloader.simple_download(INPUT_FILES.values(), path=tmp_path) os.chdir(tmp_path) chimera_legacy()