Skip to content

Commit 626fbc8

Browse files
committed
Fix IoTDBDatabaseIT
1 parent ef84301 commit 626fbc8

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
@@ -639,7 +639,7 @@ public void testInformationSchema() throws SQLException {
639639
TestUtils.assertResultSetEqual(
640640
statement.executeQuery("count devices from tables where status = 'USING'"),
641641
"count(devices),",
642-
Collections.singleton("18,"));
642+
Collections.singleton("19,"));
643643
TestUtils.assertResultSetEqual(
644644
statement.executeQuery(
645645
"select * from columns where table_name = 'queries' or database = 'test'"),

0 commit comments

Comments
 (0)