Skip to content

Commit 6ea74fd

Browse files
committed
Merge origin/master
2 parents c690f7f + ad57ae6 commit 6ea74fd

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
@@ -1605,7 +1605,7 @@ public void testInterval4() throws JSQLParserException {
16051605
String stmt = "SELECT '2008-12-31 23:59:59' + INTERVAL 1 SECOND";
16061606
assertSqlCanBeParsedAndDeparsed(stmt);
16071607
}
1608-
1608+
16091609
public void testMultiValueIn() throws JSQLParserException {
16101610
String stmt = "SELECT * FROM mytable WHERE (a, b, c) IN (SELECT a, b, c FROM mytable2)";
16111611
assertSqlCanBeParsedAndDeparsed(stmt);

0 commit comments

Comments
 (0)