Skip to content

Commit

Permalink
Update IoTDBTableIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Oct 17, 2024
1 parent 6b56ffe commit b4fcc5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public void testManageTable() {

statement.execute(
"insert into table2(region_id, plant_id, color, temperature, speed) values(1, 1, 1, 1, 1)");
statement.execute("drop table2");
statement.execute("drop table table2");
try {
statement.executeQuery("describe table2");
fail();
Expand Down

0 comments on commit b4fcc5f

Please sign in to comment.