Skip to content

Commit 9f7492b

Browse files
Merge pull request #122 from jeromekelleher/fix-test
Fix test not updated in last commit
2 parents 7c0cd3a + f33603b commit 9f7492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_vcf_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_partition_into_one_part(self, index_file, expected):
7777
("sample.vcf.gz.tbi", 3, 9),
7878
("sample.bcf.csi", 3, 9),
7979
("sample_no_genotypes.vcf.gz.csi", 3, 9),
80-
("CEUTrio.20.21.gatk3.4.g.vcf.bgz.tbi", 18, 19910),
80+
("CEUTrio.20.21.gatk3.4.g.vcf.bgz.tbi", 17, 19910),
8181
("CEUTrio.20.21.gatk3.4.g.bcf.csi", 3, 19910),
8282
("1kg_2020_chrM.vcf.gz.tbi", 1, 23),
8383
("1kg_2020_chrM.vcf.gz.csi", 1, 23),

0 commit comments

Comments
 (0)