Skip to content

Commit 989b385

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e0c4a98 commit 989b385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3405,7 +3405,7 @@ public void testRrfError() {
34053405
}
34063406

34073407
public void testRandomSampleProbability() {
3408-
assumeTrue("requires SAMPLE capability", EsqlCapabilities.Cap.SAMPLE.isEnabled() );
3408+
assumeTrue("requires SAMPLE capability", EsqlCapabilities.Cap.SAMPLE.isEnabled());
34093409

34103410
var e = expectThrows(VerificationException.class, () -> analyze("FROM test | SAMPLE 1."));
34113411
assertThat(e.getMessage(), containsString("RandomSampling probability must be strictly between 0.0 and 1.0, was [1.0]"));

0 commit comments

Comments
 (0)