test: update test case

This commit is contained in:
plum-lihui 2022-05-12 19:31:33 +08:00
parent c55d20b191
commit d0c284d183
1 changed files with 1 additions and 1 deletions

View File

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