Skip to content

Commit 6e72b99

Browse files
committed
1 parent 1211dcf commit 6e72b99

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
@@ -79,7 +79,7 @@ public void testAllSqlsParseDeparse() throws IOException {
7979
}
8080

8181
LOG.log(Level.INFO, "tested {0} files. got {1} correct parse results", new Object[]{count, success});
82-
assertTrue(success >= 139);
82+
assertTrue(success >= 140);
8383
}
8484

8585
@Test

0 commit comments

Comments
 (0)