Skip to content

Commit

Permalink
update strain test when 113 issue is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jul 3, 2023
1 parent 5afa67e commit 6d32c51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/genomics/test_genomics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d32c51

Please sign in to comment.