Skip to content

Commit f77117b

Browse files
Will-Tylerjeromekelleher
authored andcommitted
Fix test_du
1 parent 7653700 commit f77117b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ def test_5_chunk_1(self, n, expected):
202202
# It works in CI on Linux, but it'll probably break at some point.
203203
# It's also necessary to update these numbers each time a new data
204204
# file gets added
205-
("tests/data", 4976425),
206-
("tests/data/vcf", 4964288),
205+
("tests/data", 4977391),
206+
("tests/data/vcf", 4965254),
207207
("tests/data/vcf/sample.vcf.gz", 1089),
208208
],
209209
)

0 commit comments

Comments
 (0)