Skip to content

Commit

Permalink
Update q2_quality_filter/tests/test_filter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Caporaso <[email protected]>
  • Loading branch information
colinvwood and gregcaporaso authored Dec 12, 2024
1 parent 2901aa7 commit 5898dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_quality_filter/tests/test_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_find_low_quality_window(self):
obs = _find_low_quality_window(
quality_scores, phred_offset=33, min_quality=44, window_length=2
)

self.assertEqual(obs, None)
# test windows detected correctly
# quality scores: M => 44; + => 10
quality_scores = b'MMM++MM'
Expand Down

0 comments on commit 5898dab

Please sign in to comment.