Skip to content

Commit ac46a92

Browse files
tomwhitejeromekelleher
authored andcommitted
Update du sizes in tests due to new test files
1 parent 6ebc564 commit ac46a92

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
@@ -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", 4983044),
241-
("tests/data/vcf", 4970907),
240+
("tests/data", 5030777),
241+
("tests/data/vcf", 5018640),
242242
("tests/data/vcf/sample.vcf.gz", 1089),
243243
],
244244
)

0 commit comments

Comments
 (0)