Skip to content

Commit 5eb5189

Browse files
committed
Rename test
1 parent 54ac1bf commit 5eb5189

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/VerifierTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@ public void testIntervalAsString() {
18941894
);
18951895
}
18961896

1897-
public void testCategorizeSingleGrouping() {
1897+
public void testCategorizeOnlyFirstGrouping() {
18981898
query("FROM test | STATS COUNT(*) BY CATEGORIZE(first_name)");
18991899
query("FROM test | STATS COUNT(*) BY cat = CATEGORIZE(first_name)");
19001900
query("FROM test | STATS COUNT(*) BY CATEGORIZE(first_name), emp_no");

0 commit comments

Comments
 (0)