Skip to content

Commit

Permalink
Tests: Update taxids after db update
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Mar 16, 2021
1 parent 0d7089e commit ae6b7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main/test_lineage.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_taxid(self, lineage_data):
lineage1 = Lineage.from_str(
"k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae"
)
assert lineage1.taxid[1] == 541_000
assert lineage1.taxid[1] == 216572
lineage2 = Lineage.from_str(
"k__Bacteria;p__Proteobacteria;c__Gammaproteobacteria;o__Enterobacterales;f__Enterobacteriaceae;g__Escherichia;s__coli"
)
Expand Down

0 comments on commit ae6b7eb

Please sign in to comment.