Skip to content

Commit f33603b

Browse files
Fix test not updated in last commit
1 parent 7c0cd3a commit f33603b

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)