From ec79f216a8b12d3c513bbabe2e76398da724088d Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Mon, 2 Jan 2023 16:25:17 +0100
Subject: [PATCH] change taxid to compare refseq vs genbank

---
 test/test_unit/test_prepare/test_download.py | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/test/test_unit/test_prepare/test_download.py b/test/test_unit/test_prepare/test_download.py
index 82131b56..3537355a 100755
--- a/test/test_unit/test_prepare/test_download.py
+++ b/test/test_unit/test_prepare/test_download.py
@@ -693,15 +693,10 @@ def test_download_2taxid(caplog):
 def test_download_refseq_vs_genbank(caplog):
     """
     Give a taxid of a subspecies, download strains from refseq, and then from genbank.
-    Currently, no strains in refseq, and 2 in genbank.
-<<<<<<< HEAD
-    39831 = Klebsiella pneumoniae subsp. rhinoscleromatis
-    (60 = Vitreoscilla sp.)
-=======
-    urrently, no strains in refseq, and 8 in genbank.
+
+    Currently, no strains in refseq, and 8 in genbank.
     #39831 = Klebsiella pneumoniae subsp. rhinoscleromatis
     60 = Vitreoscilla sp.
->>>>>>> 0896f49 (change taxid to compare refseq vs genbank)
     Later, there can be some in refseq, but always at least 2 more in genbank
     """
     caplog.set_level(logging.INFO)
-- 
GitLab