Skip to content

Commit

Permalink
Update q2_fmt/tests/test_engraftment.py
Browse files Browse the repository at this point in the history
Co-authored-by: Liz Gehret <[email protected]>
  • Loading branch information
cherman2 and lizgehret authored Nov 13, 2024
1 parent 8b0f573 commit a4d02e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_fmt/tests/test_engraftment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ def test_pprs(self):
})
pd.testing.assert_frame_equal(pprf_df, exp_pprs_df)

def test_pprs_baseline_sub(self):
def test_pprf_baseline_sub(self):
metadata_df = pd.DataFrame({
'id': ['sample1', 'sample2', 'sample3', 'sample4',
'pre1', 'pre2'],
Expand Down

0 comments on commit a4d02e5

Please sign in to comment.