Skip to content

Commit

Permalink
better test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed May 2, 2024
1 parent 98aed0f commit c15415b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_composition/tests/test_ancombc.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_ids_in_table_not_in_md(self):
ancombc(table=self.table, metadata=self.md_missing,
formula='bodysite')

# testing behavior for IDs with scientific notation
# testing behavior for IDs that look like scientific notation
# issue ref: https://github.com/qiime2/q2-composition/issues/130
def test_ids_in_table_with_upper_Es(self):
exp_ids = ['33001E607', '33002E607', '33003E607',
Expand Down

0 comments on commit c15415b

Please sign in to comment.