We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9eff5 commit 648598fCopy full SHA for 648598f
tests/extractors/test_vcf_matching.py
@@ -137,9 +137,8 @@ def test_SingleVariantMatcher__iter__():
137
assert (inters[0], variants[0]) in pairs
138
assert (inters[0], variants[1]) in pairs
139
assert (inters[1], variants[2]) in pairs
140
- assert (inters[2], variants[1]) in pairs
141
assert (inters[2], variants[2]) in pairs
142
- assert len(pairs) == 5
+ assert len(pairs) == 4
143
144
def test_MultiVariantMatcher__iter__():
145
matcher = MultiVariantsMatcher(vcf_file, intervals=intervals)
0 commit comments