From b5ba88ddf8e81598d9260bcc64442f3c04024ffd Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Fri, 16 Oct 2020 10:37:32 +0200
Subject: [PATCH] rename test downloading genomes

---
 test/test_unit/test_prepare/test_download.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_unit/test_prepare/test_download.py b/test/test_unit/test_prepare/test_download.py
index 3d6cd0a2..58525032 100755
--- a/test/test_unit/test_prepare/test_download.py
+++ b/test/test_unit/test_prepare/test_download.py
@@ -207,7 +207,7 @@ def test_to_database_1genome_wrong_format(caplog):
     assert os.path.isfile(os.path.join(db_dir, "ACOR003.0519.fna"))
 
 
-def test_download():
+def test_download_specify_level():
     """
     Test that, given a taxid, and a species name,
     it downloads genomes in .gz, and uncompress them in the
-- 
GitLab