Skip to content

Commit d2a80f6

Browse files
konstibobnormanrz
andauthored
Apply suggestions from code review
Co-authored-by: Norman Rzepka <code@normanrz.com>
1 parent 0591e58 commit d2a80f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void testReshapeRoundTrip(int[] inputShape, Object[] shape, int[] expecte
8888
// decode is the inverse of encode.
8989
ucar.ma2.Array decoded = codec.decode(encoded);
9090
Assertions.assertArrayEquals(inputShape, decoded.getShape());
91-
assert MAMath.equals(input, decoded);
91+
Assertions.assertTrue(MAMath.equals(input, decoded));
9292
}
9393

9494
@Test

0 commit comments

Comments
 (0)