Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Aug 27, 2024
1 parent 4cb2e26 commit d8fe089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_stats():

def test_stats__no_index(tmp_path):
original = pathlib.Path("tests/data/vcf") / "sample.vcf.gz"
# don't use cache here since we wnat to make sure vcz is not indexed
# don't use cache here since we want to make sure vcz is not indexed
vcz = tmp_path.joinpath("intermediate.vcz")
vcf2zarr.convert([original], vcz, worker_processes=0, local_alleles=False)

Expand Down

0 comments on commit d8fe089

Please sign in to comment.