Skip to content

Commit 8519356

Browse files
committed
1 parent f2e74f1 commit 8519356

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

245245
LOG.
246246
log(Level.INFO, "tested {0} files. got {1} correct parse results", new Object[]{count, success});
247-
assertTrue(success >= 164);
247+
assertTrue(success >= 166);
248248
}
249249

250250
@Test

0 commit comments

Comments
 (0)