Skip to content

Commit e902410

Browse files
committed
1 parent 2810130 commit e902410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/sf/jsqlparser/test/select/SelectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ public void testSelectOracleColl() throws JSQLParserException {
18381838
public void testSelectInnerWith() throws JSQLParserException {
18391839
assertSqlCanBeParsedAndDeparsed("SELECT * FROM (WITH actor AS (SELECT 'a' aid FROM DUAL) SELECT aid FROM actor)");
18401840
}
1841-
1841+
18421842
public void testSelectWithinGroup() throws JSQLParserException {
18431843
assertSqlCanBeParsedAndDeparsed("SELECT LISTAGG(col1, '##') WITHIN GROUP (ORDER BY col1) FROM table1");
18441844
}

0 commit comments

Comments
 (0)