Skip to content

Commit bb978c4

Browse files
committed
fixes #243
1 parent 780ba12 commit bb978c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

7878
LOG.log(Level.INFO, "tested {0} files. got {1} correct parse results", new Object[]{count, success});
79-
assertTrue(success >= 130);
79+
assertTrue(success >= 135);
8080
}
8181

8282
@Test

0 commit comments

Comments
 (0)