Skip to content

Commit 082d9f4

Browse files
committed
tests
1 parent bea97bb commit 082d9f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/scalableminds/zarrjava/ZarrTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ public void testV3ShardingReadCutout() throws IOException, ZarrException {
9898
@Test
9999
public void testV3ShardingReadWrite() throws IOException, ZarrException {
100100
Array readArray = Array.open(
101-
new FilesystemStore(TESTDATA).resolve("l4_sample", "color", "4-4-1"));
101+
new FilesystemStore(TESTDATA).resolve("l4_sample", "color", "8-8-2"));
102102
ucar.ma2.Array readArrayContent = readArray.read();
103103
Array writeArray = Array.create(
104-
new FilesystemStore(TESTOUTPUT).resolve("l4_sample_2", "color", "4-4-1"),
104+
new FilesystemStore(TESTOUTPUT).resolve("l4_sample_2", "color", "8-8-2"),
105105
readArray.metadata
106106
);
107107
writeArray.write(readArrayContent);

0 commit comments

Comments
 (0)