Skip to content
Snippets Groups Projects
Commit d47587fc authored by Alexey Zabelkin's avatar Alexey Zabelkin
Browse files

fix space in logs

parent 62d68309
No related branches found
No related tags found
No related merge requests found
...@@ -322,8 +322,8 @@ def test_download_specify_strains(caplog): ...@@ -322,8 +322,8 @@ def test_download_specify_strains(caplog):
assert os.path.isdir(db_dir) assert os.path.isdir(db_dir)
assert len(os.listdir(db_dir)) == nb_gen assert len(os.listdir(db_dir)) == nb_gen
assert ("Downloading specified strains for NCBI_species_taxid = 573 " assert ("Downloading specified strains for NCBI species = Klebsiella pneumoniae (NCBI_species_taxid = 573). "
"(Only those strains: SB2390,AS001254,KPPR1,XH209)") in caplog.text "(Only those strains: SB2390,AS001254,KPPR1,XH209).") in caplog.text
# Check that assembly summary file wwas donwloaded as expected # Check that assembly summary file wwas donwloaded as expected
sum_file = os.path.join(outdir, "assembly_summary-Klebsiella_pneumoniae.txt" ) sum_file = os.path.join(outdir, "assembly_summary-Klebsiella_pneumoniae.txt" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment