From 3e2376866b205466b2c456e11ba345cc5ff18ace Mon Sep 17 00:00:00 2001 From: Tom White Date: Tue, 9 Jul 2024 09:38:59 +0100 Subject: [PATCH] Fix du tests --- tests/test_core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_core.py b/tests/test_core.py index 7ff33b6..74943c5 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -202,8 +202,8 @@ def test_5_chunk_1(self, n, expected): # It works in CI on Linux, but it'll probably break at some point. # It's also necessary to update these numbers each time a new data # file gets added - ("tests/data", 4973751), - ("tests/data/vcf", 4961614), + ("tests/data", 4974951), + ("tests/data/vcf", 4962814), ("tests/data/vcf/sample.vcf.gz", 1089), ], )