Skip to content

Commit 1b81ce5

Browse files
committed
one more test fix
1 parent b93815a commit 1b81ce5

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
@@ -831,10 +831,10 @@ public void testDynamicTypesSimpleStatement() throws SQLException {
831831
if (!isCloud()) {
832832
properties.setProperty(ClientConfigProperties.serverSetting("allow_experimental_dynamic_type"), "1");
833833
}
834-
assertTrue(runQuery("CREATE TABLE test_dynamic (order Int8, "
834+
runQuery("CREATE TABLE test_dynamic (order Int8, "
835835
+ "dynamic Dynamic"
836836
+ ") ENGINE = MergeTree ORDER BY ()",
837-
properties), "Failed to create table");
837+
properties);
838838

839839
// Insert random (valid) values
840840
long seed = System.currentTimeMillis();

0 commit comments

Comments
 (0)