Skip to content

Commit 0c42450

Browse files
committed
fixed after merge
1 parent 4ec6f21 commit 0c42450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc-v2/src/test/java/com/clickhouse/jdbc/DataTypeTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public void testUnsignedIntegerTypes() throws Exception {
252252
insertData("INSERT INTO test_unsigned_integers VALUES ( 3, "
253253
+ uint8 + ", " + uint16 + ", " + uint32 + ", " + uint64 + ", " + uint128 + ", " + uint256 + ")");
254254

255-
try (Connection conn = getConnection();
255+
try (Connection conn = getJdbcConnection();
256256
Statement stmt = conn.createStatement();
257257
ResultSet rs = stmt.executeQuery("SELECT * FROM test_unsigned_integers ORDER BY order")) {
258258

0 commit comments

Comments
 (0)