Skip to content

Commit 094cc80

Browse files
committed
1 parent d7c1e43 commit 094cc80

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
@@ -77,7 +77,7 @@ public void testAllSqlsParseDeparse() throws IOException {
7777

7878
LOG.
7979
log(Level.INFO, "tested {0} files. got {1} correct parse results", new Object[]{count, success});
80-
assertTrue(success >= 142);
80+
assertTrue(success >= 149);
8181
}
8282

8383
@Test

0 commit comments

Comments
 (0)