Skip to content

Commit eaaf074

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 9b635f3 commit eaaf074

File tree

1 file changed

+1
-3
lines changed
  • x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action

1 file changed

+1
-3
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlActionIT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,9 +1089,7 @@ public void testDataStreamInvalidPatterns() throws Exception {
10891089

10901090
runDataStreamTest(testCases, new String[] { "test_ds_patterns_1" }, (key, value) -> {
10911091
logger.info(key);
1092-
var exception = expectThrows(ParsingException.class, () -> {
1093-
run("from " + key + " | stats count(@timestamp)").close();
1094-
});
1092+
var exception = expectThrows(ParsingException.class, () -> { run("from " + key + " | stats count(@timestamp)").close(); });
10951093
assertThat(exception.getMessage(), containsString(value));
10961094
});
10971095
}

0 commit comments

Comments
 (0)