Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Sep 5, 2024
1 parent f462adf commit 18e6b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ public void testSelectWithClusterKey() throws SQLException {
try (PreparedStatement statement = conn.prepareStatement(selectSQL)) {
ResultSet rs = statement.executeQuery();
while (rs.next()) {
// Assertions.assertEquals("0.0", rs.getString(5));
Assertions.assertEquals("0.0", rs.getString(5));
}
}
}
Expand Down

0 comments on commit 18e6b04

Please sign in to comment.