Skip to content

Commit 648598f

Browse files
committed
fix tests
1 parent 9c9eff5 commit 648598f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/extractors/test_vcf_matching.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,8 @@ def test_SingleVariantMatcher__iter__():
137137
assert (inters[0], variants[0]) in pairs
138138
assert (inters[0], variants[1]) in pairs
139139
assert (inters[1], variants[2]) in pairs
140-
assert (inters[2], variants[1]) in pairs
141140
assert (inters[2], variants[2]) in pairs
142-
assert len(pairs) == 5
141+
assert len(pairs) == 4
143142

144143
def test_MultiVariantMatcher__iter__():
145144
matcher = MultiVariantsMatcher(vcf_file, intervals=intervals)

0 commit comments

Comments
 (0)