Skip to content

Commit

Permalink
Update test comment to reflect changes in jzarr 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Sep 25, 2023
1 parent 321f268 commit 609f092
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@ public void testDefaultLayoutIsSetAndIsNested() throws Exception {

ZarrArray series0 = ZarrGroup.open(output.resolve("0")).openArray("0");

// no getter for DimensionSeparator in ZarrArray
// check that the correct separator was used by checking
// that the expected first chunk file exists
// check that the correct separator was used
assertEquals(series0.getDimensionSeparator(), DimensionSeparator.SLASH);

// Also ensure we're using the latest .zarray metadata
Expand Down

0 comments on commit 609f092

Please sign in to comment.