Skip to content

Commit 1d20385

Browse files
committed
1 parent cdf805f commit 1d20385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/sf/jsqlparser/statement/select/SpecialOracleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public void testAllSqlsParseDeparse() throws IOException {
237237

238238
LOG.
239239
log(Level.INFO, "tested {0} files. got {1} correct parse results", new Object[]{count, success});
240-
assertTrue(success >= 159);
240+
assertTrue(success >= 160);
241241
}
242242

243243
@Test

0 commit comments

Comments
 (0)