File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/net/sf/jsqlparser/statement Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ void testSelectAndInsertWithin2Ctes() throws JSQLParserException {
385
385
"DELETE FROM mytable PREFERRING HIGH mycolumn1 PLUS LOW mycolumn2"
386
386
})
387
387
public void testPreferringClause (String sqlStr ) throws JSQLParserException {
388
- TestUtils . assertSqlCanBeParsedAndDeparsed (sqlStr );
388
+ assertSqlCanBeParsedAndDeparsed (sqlStr );
389
389
}
390
390
391
391
}
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ void testSelectAndInsertWithin2Ctes() throws JSQLParserException {
547
547
"UPDATE mytable SET mycolumn1 = mycolumn2 PREFERRING HIGH mycolumn1 PLUS LOW mycolumn2"
548
548
})
549
549
public void testPreferringClause (String sqlStr ) throws JSQLParserException {
550
- TestUtils . assertSqlCanBeParsedAndDeparsed (sqlStr );
550
+ assertSqlCanBeParsedAndDeparsed (sqlStr );
551
551
}
552
552
553
553
}
You can’t perform that action at this time.
0 commit comments