Skip to content

Commit 552bf60

Browse files
committed
1 parent bcc2718 commit 552bf60

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

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

244244
@Test

0 commit comments

Comments
 (0)