Skip to content

Commit 6b56848

Browse files
Fix tests
Signed-off-by: Prudhvi Godithi <[email protected]>
1 parent f74734c commit 6b56848

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/opensearch/search/approximate/ApproximatePointRangeQueryTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ public void testApproximateRangeWithSizeDefault() throws IOException {
156156
TopDocs topDocs = searcher.search(approximateQuery, 10);
157157
assertEquals(TotalHits.Relation.EQUAL_TO, topDocs.totalHits.relation());
158158
assertEquals(10, topDocs.scoreDocs.length);
159-
// assertEquals(topDocs.totalHits, new TotalHits(10, TotalHits.Relation.EQUAL_TO));
160159
} catch (IOException e) {
161160
throw new RuntimeException(e);
162161
}

0 commit comments

Comments
 (0)