test: modify tmq case

This commit is contained in:
plum-lihui 2022-05-17 10:45:59 +08:00
parent 2480fb594c
commit c027e9d727
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ class TDTestCase:
# wait db ready
while 1:
tdSql.query("show databases")
if tdSql.getRows() == 4:
if tdSql.getRows() == 5:
print (tdSql.getData(0,0), tdSql.getData(1,0),tdSql.getData(2,0),)
break
else: