We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e693cfa commit 31e5942Copy full SHA for 31e5942
src/test/java/org/apache/datasketches/common/TestUtilTest.java
@@ -57,7 +57,7 @@ public void testGetFileBytes_MissingFile() {
57
@Test
58
public void testGetFileBytes_NotRegular_NotReadable() throws IOException {
59
try {
60
- byte[] resultBytes = getFileBytes(resPath, "");
+ getFileBytes(resPath, "");
61
} catch (RuntimeException e) {
62
System.out.println(e.toString());
63
}
0 commit comments