Skip to content

Commit 13ccf1a

Browse files
author
brokkoli71
committed
rename zarr_python_group_v2.py to zarr_python_group.py for consistency
1 parent bc1cfc2 commit 13ccf1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/dev/zarr/zarrjava/ZarrPythonTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public void testGroupReadWriteV2() throws Exception {
414414

415415
array.write(testdata(dataType));
416416

417-
run_python_script("zarr_python_group_v2.py", storeHandle.toPath().toString(), storeHandle2.toPath().toString(), "" + 2);
417+
run_python_script("zarr_python_group.py", storeHandle.toPath().toString(), storeHandle2.toPath().toString(), "" + 2);
418418

419419
Group group2 = Group.open(storeHandle2);
420420
Assertions.assertEquals("value", group2.metadata().attributes().get("attr"));
@@ -441,7 +441,7 @@ public void testGroupReadWriteV3() throws Exception {
441441

442442
array.write(testdata(dataType));
443443

444-
run_python_script("zarr_python_group_v2.py", storeHandle.toPath().toString(), storeHandle2.toPath().toString(), "" + 3);
444+
run_python_script("zarr_python_group.py", storeHandle.toPath().toString(), storeHandle2.toPath().toString(), "" + 3);
445445

446446
dev.zarr.zarrjava.v3.Group group2 = dev.zarr.zarrjava.v3.Group.open(storeHandle2);
447447
Assertions.assertEquals("value", group2.metadata().attributes().get("attr"));
File renamed without changes.

0 commit comments

Comments
 (0)