Skip to content

Commit 1fbf6c5

Browse files
committed
1 parent 56497af commit 1fbf6c5

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
@@ -2121,7 +2121,7 @@ public void testSelectJoin2() throws JSQLParserException {
21212121
public void testAnyConditionSubSelect() throws JSQLParserException {
21222122
assertSqlCanBeParsedAndDeparsed("SELECT e1.empno, e1.sal FROM emp e1 WHERE e1.sal > ANY (SELECT e2.sal FROM emp e2 WHERE e2.deptno = 10)");
21232123
}
2124-
2124+
21252125
public void testAllConditionSubSelect() throws JSQLParserException {
21262126
assertSqlCanBeParsedAndDeparsed("SELECT e1.empno, e1.sal FROM emp e1 WHERE e1.sal > ALL (SELECT e2.sal FROM emp e2 WHERE e2.deptno = 10)");
21272127
}

0 commit comments

Comments
 (0)