Skip to content

Commit 20eeb80

Browse files
committed
clean up test to remove unused variable.
1 parent b1d9bb8 commit 20eeb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/datasketches/tuple/strings/ArrayOfStringsSummary_Issue699.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void go() {
3636
@Test
3737
void checkCopy() {
3838
ArrayOfStringsSummary aoss = new ArrayOfStringsSummary();
39-
ArrayOfStringsSummary aoss2 = aoss.copy();
39+
aoss.copy(); //if null this will throw
4040
}
4141

4242
@Test

0 commit comments

Comments
 (0)