Skip to content

Commit 0a93baa

Browse files
committed
fix CI again
1 parent d5b777b commit 0a93baa

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
@@ -703,7 +703,7 @@ public void testInformationSchema() throws SQLException {
703703
statement.executeQuery(
704704
"select * from information_schema.keywords where reserved > 0 limit 1"),
705705
"word,reserved,",
706-
Collections.singleton("AINODES,1,"));
706+
Collections.singleton("AINODE,1,"));
707707

708708
TestUtils.assertResultSetEqual(
709709
statement.executeQuery("select distinct(status) from information_schema.nodes"),

0 commit comments

Comments
 (0)