Skip to content

Commit b0c4aba

Browse files
Update du tests
1 parent af601ff commit b0c4aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_core.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ def test_examples(self, chunk_size, size, start, stop):
237237
# It works in CI on Linux, but it'll probably break at some point.
238238
# It's also necessary to update these numbers each time a new data
239239
# file gets added
240-
("tests/data", 4981734),
241-
("tests/data/vcf", 4969597),
240+
("tests/data", 4983044),
241+
("tests/data/vcf", 4970907),
242242
("tests/data/vcf/sample.vcf.gz", 1089),
243243
],
244244
)

0 commit comments

Comments
 (0)