Skip to content

Commit 316ae6c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 772295c commit 316ae6c

File tree

1 file changed

+2
-7
lines changed
  • x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+2
-7
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/fulltext/DecayTests.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
1212

1313
import org.apache.lucene.util.BytesRef;
14-
import org.elasticsearch.common.geo.GeoPoint;
1514
import org.elasticsearch.geometry.Point;
1615
import org.elasticsearch.xpack.esql.core.expression.Expression;
1716
import org.elasticsearch.xpack.esql.core.tree.Source;
@@ -55,12 +54,8 @@ public static Iterable<Object[]> parameters() {
5554
testCaseSuppliers.addAll(doubleTestCase(5.0, 10.0, 10.0, 0.0, 0.5, "linear", 0.75));
5655

5756
// GeoPoint
58-
testCaseSuppliers.addAll(
59-
geoPointTestCase("POINT (1 1)", "POINT (1 1)", "200km", "0km", 0.5, "linear", 1.0)
60-
);
61-
testCaseSuppliers.addAll(
62-
geoPointOffsetKeywordTestCase("POINT (1 1)", "POINT (1 1)", "200km", "0km", 0.5, "linear", 1.0)
63-
);
57+
testCaseSuppliers.addAll(geoPointTestCase("POINT (1 1)", "POINT (1 1)", "200km", "0km", 0.5, "linear", 1.0));
58+
testCaseSuppliers.addAll(geoPointOffsetKeywordTestCase("POINT (1 1)", "POINT (1 1)", "200km", "0km", 0.5, "linear", 1.0));
6459

6560
// CartesianPoint
6661
testCaseSuppliers.addAll(

0 commit comments

Comments
 (0)