Skip to content

Commit 31e5942

Browse files
committed
Fix unread var.
1 parent e693cfa commit 31e5942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/datasketches/common/TestUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void testGetFileBytes_MissingFile() {
5757
@Test
5858
public void testGetFileBytes_NotRegular_NotReadable() throws IOException {
5959
try {
60-
byte[] resultBytes = getFileBytes(resPath, "");
60+
getFileBytes(resPath, "");
6161
} catch (RuntimeException e) {
6262
System.out.println(e.toString());
6363
}

0 commit comments

Comments
 (0)