Skip to content

Commit 904c68e

Browse files
author
Paultagoras
committed
Update DataTypeTests.java
1 parent de9fae5 commit 904c68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public void testBooleanTypes() throws SQLException {
443443
}
444444

445445
@Test
446-
public void testArrayTypesSimpleStatement () throws SQLException {
446+
public void testArrayTypes() throws SQLException {
447447
runQuery("CREATE TABLE test_arrays (order Int8, "
448448
+ "array Array(Int8), arraystr Array(String)"
449449
+ ") ENGINE = Memory");
@@ -496,7 +496,7 @@ public void testArrayTypesSimpleStatement () throws SQLException {
496496
}
497497

498498
@Test
499-
public void testMapTypesSimpleStatement() throws SQLException {
499+
public void testMapTypes() throws SQLException {
500500
runQuery("CREATE TABLE test_maps (order Int8, "
501501
+ "map Map(String, Int8), mapstr Map(String, String)"
502502
+ ") ENGINE = Memory");

0 commit comments

Comments
 (0)