Skip to content

Commit

Permalink
Fix test_du
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Tyler authored and jeromekelleher committed Jul 10, 2024
1 parent b3b36af commit d1e3e09
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", 4974951),
("tests/data/vcf", 4962814),
("tests/data", 4976351),
("tests/data/vcf", 4964214),
("tests/data/vcf/sample.vcf.gz", 1089),
],
)
Expand Down

0 comments on commit d1e3e09

Please sign in to comment.