Skip to content

Commit e566965

Browse files
committed
more cleanup
1 parent 5f199a3 commit e566965

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/test/java/org/apache/datasketches/tuple2/SerializerDeserializerTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
package org.apache.datasketches.tuple2;
2121

22+
import static org.apache.datasketches.common.Util.computeSeedHash;
23+
2224
import java.lang.foreign.MemorySegment;
2325

2426
import org.apache.datasketches.common.Family;
@@ -54,6 +56,6 @@ public void validateFamilyWrongPreambleLength() {
5456

5557
@Test(expectedExceptions = SketchesArgumentException.class)
5658
public void checkBadSeedHash() {
57-
org.apache.datasketches.common.Util.computeSeedHash(50541);
59+
computeSeedHash(50541);
5860
}
5961
}

0 commit comments

Comments
 (0)