Skip to content

Commit

Permalink
Update IoTDBDatabaseIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Jan 14, 2025
1 parent 620a61e commit a808ea1
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,11 @@ public void testInformationSchema() throws SQLException {
"information_schema,tables,INF,USING,",
"information_schema,columns,INF,USING,",
"information_schema,queries,INF,USING,",
"information_schema,regions,INF,",
"information_schema,topics,INF,",
"information_schema,pipe_plugins,INF,",
"information_schema,pipes,INF,",
"information_schema,subscriptions,INF,",
"information_schema,regions,INF,USING,",
"information_schema,topics,INF,USING,",
"information_schema,pipe_plugins,INF,USING,",
"information_schema,pipes,INF,USING,",
"information_schema,subscriptions,INF,USING,",
"test,test,INF,USING,")));
TestUtils.assertResultSetEqual(
statement.executeQuery("count devices from tables where status = 'USING'"),
Expand Down

0 comments on commit a808ea1

Please sign in to comment.