From 22851a3827b98a1237977fad4d550cdabd5d9320 Mon Sep 17 00:00:00 2001 From: Shane Maloney Date: Thu, 23 Jan 2025 15:58:53 +0000 Subject: [PATCH] Test fix --- chimerapy/tests/test_chimera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()