Skip to content

Commit

Permalink
Merge pull request #515 from maresb/patch-1
Browse files Browse the repository at this point in the history
minor: remove unused fixture from test
  • Loading branch information
martindurant authored Oct 9, 2024
2 parents 09d7a92 + afd9024 commit 6ecb756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerchunk/tests/test_combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def test_inline(refs):
assert ref.references["data/0.0.0"].startswith("base64:")


def test_no_inline(refs):
def test_no_inline():
"""Ensure that inline_threshold=0 disables MultiZarrToZarr checking file size."""
ds = xr.Dataset(dict(x=[1, 2, 3]))
ds["y"] = 3 + ds["x"]
Expand Down

0 comments on commit 6ecb756

Please sign in to comment.