Skip to content

Commit 77ad35c

Browse files
Will-Tylerjeromekelleher
authored andcommitted
Fix test_du
1 parent a6e4313 commit 77ad35c

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", 4976351),
206-
("tests/data/vcf", 4964214),
205+
("tests/data", 4976425),
206+
("tests/data/vcf", 4964288),
207207
("tests/data/vcf/sample.vcf.gz", 1089),
208208
],
209209
)

0 commit comments

Comments
 (0)