diff --git a/src/test/java/net/snowflake/client/jdbc/ResultSetLatestIT.java b/src/test/java/net/snowflake/client/jdbc/ResultSetLatestIT.java index aa3bb9909..b9e46d090 100644 --- a/src/test/java/net/snowflake/client/jdbc/ResultSetLatestIT.java +++ b/src/test/java/net/snowflake/client/jdbc/ResultSetLatestIT.java @@ -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'");