Skip to content

Commit

Permalink
Fix du tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored and jeromekelleher committed Jul 9, 2024
1 parent 98fa6f9 commit 3e23768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
],
)
Expand Down

0 comments on commit 3e23768

Please sign in to comment.