Skip to content

Commit 7f72dfb

Browse files
committed
Update du
Note, I'm on a mac machine, so `du -sb` is unavailable. However, `find tests/data -type f -exec stat -f %z {} + | awk '{s+=$1} END {print s}'` *seems* to work?
1 parent 945112d commit 7f72dfb

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", 4976329),
241-
("tests/data/vcf", 4964192),
240+
("tests/data", 4957158),
241+
("tests/data/vcf", 4953213),
242242
("tests/data/vcf/sample.vcf.gz", 1089),
243243
],
244244
)

0 commit comments

Comments
 (0)