Update TimestampPrecisionInNanoInJniTest.java
This commit is contained in:
parent
9b4f437d49
commit
349e14a73f
|
@ -71,7 +71,7 @@ public class TimestampPrecisionInNanoInJniTest {
|
|||
|
||||
private void checkCount(long count, ResultSet rs) throws SQLException {
|
||||
if (count == 0) {
|
||||
Assert(0);
|
||||
Assert.fail();
|
||||
}
|
||||
rs.next();
|
||||
long test_count = rs.getLong(1);
|
||||
|
|
Loading…
Reference in New Issue