Skip to content

Commit a2a2c67

Browse files
committed
fix testMemoryStore
1 parent 8b1e1ca commit a2a2c67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,6 @@ public void testMemoryStore() throws ZarrException, IOException {
406406
);
407407
group.createGroup("subgroup");
408408
Assertions.assertEquals(2, group.list().count());
409-
for(String s: storeHandle.list().toArray(String[]::new))
410-
System.out.println(s);
411409
}
412410

413411
}

0 commit comments

Comments
 (0)