From 6d32c51e0f3ed50b44eba8e44e48ea9b6e0eef8a Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Mon, 3 Jul 2023 10:16:50 +0200 Subject: [PATCH] update strain test when 113 issue is closed --- tests/genomics/test_genomics.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/genomics/test_genomics.py b/tests/genomics/test_genomics.py index fa52e3a0..2abc3dc6 100644 --- a/tests/genomics/test_genomics.py +++ b/tests/genomics/test_genomics.py @@ -160,6 +160,4 @@ def test_get_strains_from_bgcs(strain_collection, bgc_list, map_strain_to_bgc(strain_collection, bgc_list, bgc_genome_mapping) strains = get_strains_from_bgcs(bgc_list) assert isinstance(strains, StrainCollection) - for strain in strain_collection: - assert strain in strains - # assert strains == strain_collection # use it when issue #113 is solved + assert strains == strain_collection