Skip to content

Commit

Permalink
Update IoTDBDatabaseIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Jan 26, 2025
1 parent cb282d1 commit d477b3f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,6 @@ public void testMixedDatabase() throws SQLException {
assertTrue(resultSet.next());
}
assertEquals("test", resultSet.getString(1));
assertEquals(0, resultSet.getInt(6));
assertEquals(0, resultSet.getInt(7));
assertFalse(resultSet.next());
}

Expand Down

0 comments on commit d477b3f

Please sign in to comment.