Skip to content

Commit

Permalink
HSEARCH-3860 Fix a typo in DistanceSearchSortBaseIT
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Mar 16, 2020
1 parent f7ee488 commit f9b61c2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -55,8 +55,8 @@ public static Object[][] parameters() {
private static final String INDEX_NAME = "IndexName";

private static final String DOCUMENT_1 = "1";
private static final String DOCUMENT_3 = "2";
private static final String DOCUMENT_2 = "3";
private static final String DOCUMENT_2 = "2";
private static final String DOCUMENT_3 = "3";
private static final String EMPTY_ID = "empty";

private static final GeoPoint CENTER_POINT = GeoPoint.of( 45.757864, 4.834496 );
Expand Down

0 comments on commit f9b61c2

Please sign in to comment.