Skip to content

Commit 133eea4

Browse files
committed
Revert naming change
1 parent 41d114c commit 133eea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

virtualizarr/tests/test_readers/test_kerchunk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def test_open_virtual_dataset_existing_kerchunk_refs(
201201
# Test valid json and parquet reference formats
202202

203203
if reference_format == "json":
204-
ref_filepath = tmp_path / "ref1.json"
204+
ref_filepath = tmp_path / "ref.json"
205205

206206
import ujson
207207

@@ -237,7 +237,7 @@ def test_notimplemented_read_inline_refs(tmp_path, netcdf4_inlined_ref):
237237
# For now, we raise a NotImplementedError if we read existing references that have inlined data
238238
# https://github.com/zarr-developers/VirtualiZarr/pull/251#pullrequestreview-2361916932
239239

240-
ref_filepath = tmp_path / "ref2.json"
240+
ref_filepath = tmp_path / "ref.json"
241241

242242
import ujson
243243

0 commit comments

Comments
 (0)