Skip to content

Commit

Permalink
linty
Browse files Browse the repository at this point in the history
  • Loading branch information
cherman2 committed Nov 19, 2024
1 parent b264687 commit a1fed8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_moshpit/kraken2/tests/test_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_kraken2_to_features_duplicated_genus(self):
assert '237084' in obs_taxonomy.index
assert '237084' in obs_table.columns

# Taxon codes 51977 and 5199 are sister genera and 5199 needs to be in
# Taxon codes 51977 and 5199 are sister genera and 5199 needs to be in
# the first evaluated tree and 51977 must be absent
# to induce this duplicated genus name issue in the second tree
assert '5199' in obs_taxonomy.index
Expand Down

0 comments on commit a1fed8a

Please sign in to comment.