Skip to content

Commit 29dc2f8

Browse files
committed
Update IoTDBDatabaseIT.java
1 parent 7036806 commit 29dc2f8

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
@@ -585,7 +585,7 @@ public void testInformationSchema() throws SQLException {
585585
statement.executeQuery(
586586
"select * from information_schema.keywords where reserved > 0 limit 1"),
587587
"word,reserved,",
588-
Collections.singleton("AINODES,1,"));
588+
Collections.singleton("AINODE,1,"));
589589
}
590590

591591
try (final Connection connection =

0 commit comments

Comments
 (0)