Skip to content

Commit c91d153

Browse files
committed
1 parent 3b21988 commit c91d153

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
@@ -573,7 +573,7 @@ public void testOrderBy() throws JSQLParserException {
573573
assertStatementCanBeDeparsedAs(select, statement);
574574

575575
}
576-
576+
577577
public void testOrderByNullsFirst() throws JSQLParserException {
578578
String statement = "SELECT a FROM tab1 ORDER BY a NULLS FIRST";
579579
assertSqlCanBeParsedAndDeparsed(statement);

0 commit comments

Comments
 (0)