Skip to content

Commit 7698077

Browse files
Update du tests for added files
1 parent a7c9743 commit 7698077

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
@@ -192,8 +192,8 @@ def test_5_chunk_1(self, n, expected):
192192
# It *might* work in CI, but it may well not either, as it's
193193
# probably dependent on a whole bunch of things. Expect to fail
194194
# at some point.
195-
("tests/data", 4960266),
196-
("tests/data/vcf", 4948129),
195+
("tests/data", 4973315),
196+
("tests/data/vcf", 4961178),
197197
("tests/data/vcf/sample.vcf.gz", 1089),
198198
],
199199
)

0 commit comments

Comments
 (0)