Skip to content

Commit 3786e3e

Browse files
committed
Update IoTDBDatabaseIT.java
1 parent def810d commit 3786e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ public void testDBAuth() throws SQLException {
833833
TestUtils.assertResultSetEqual(
834834
userStmt.executeQuery("select * from information_schema.databases"),
835835
"database,ttl(ms),schema_replication_factor,data_replication_factor,time_partition_interval,schema_region_group_num,data_region_group_num,need_last_cache,",
836-
Collections.singleton("information_schema,INF,null,null,null,null,null,"));
836+
Collections.singleton("information_schema,INF,null,null,null,null,null,false,"));
837837
}
838838

839839
try (final Connection adminCon = EnvFactory.getEnv().getConnection(BaseEnv.TABLE_SQL_DIALECT);

0 commit comments

Comments
 (0)