Skip to content

Commit 512600e

Browse files
committed
fix test
1 parent a38f508 commit 512600e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_barcode_detectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def test_init_large_whitelist(self):
399399
"""Test that min_score increases for large whitelists."""
400400
large_barcodes = [f"ACTG{i:012d}"[:16] for i in range(100001)]
401401
detector = TenXBarcodeDetector(large_barcodes)
402-
assert detector.min_score == 15
402+
assert detector.min_score == 16
403403

404404
def test_no_match_random_sequence(self):
405405
"""Test that random sequence returns no valid barcode."""

0 commit comments

Comments
 (0)