Skip to content

Commit bb54a7b

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0a5721f commit bb54a7b

File tree

1 file changed

+1
-6
lines changed
  • x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/aggregate

1 file changed

+1
-6
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/aggregate/PresentTests.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,7 @@ private static TestCaseSupplier makeSupplier(TestCaseSupplier.TypedDataSupplier
101101
TestCaseSupplier.TypedData fieldTypedData = fieldSupplier.get();
102102
boolean present = fieldTypedData.multiRowData().stream().anyMatch(Objects::nonNull);
103103

104-
return new TestCaseSupplier.TestCase(
105-
List.of(fieldTypedData),
106-
"Present",
107-
DataType.BOOLEAN,
108-
equalTo(present)
109-
);
104+
return new TestCaseSupplier.TestCase(List.of(fieldTypedData), "Present", DataType.BOOLEAN, equalTo(present));
110105
});
111106
}
112107
}

0 commit comments

Comments
 (0)