Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jf committed Mar 13, 2024
1 parent cc476cc commit a3db093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ public void testGetObjectForArrowResultFormatJDBCArrowDecimalAsIntTrue() throws
// Test getObject for numeric types when JDBC_TREAT_DECIMAL_AS_INT is set and using JSON result
// format.
@Test
public void testGetObjectForJSONResultFormatJDBCDecimalAsIntFalse() throws SQLException {
public void testGetObjectForJSONResultFormatUsingJDBCDecimalAsInt() throws SQLException {
try (Connection con = BaseJDBCTest.getConnection();
Statement stmt = con.createStatement()) {
stmt.execute("alter session set jdbc_query_result_format = 'JSON'");
Expand Down

0 comments on commit a3db093

Please sign in to comment.