fix: fix tmq_taosx.py to pass CI

This commit is contained in:
slzhou@taodata.com 2022-07-28 14:48:05 +08:00
parent 17a135ced5
commit 448e726a38
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class TDTestCase:
tdSql.checkData(0, 1, "eeee") tdSql.checkData(0, 1, "eeee")
tdSql.checkData(1, 2, 940) tdSql.checkData(1, 2, 940)
tdSql.query("select * from jt") tdSql.query("select * from jt order by i desc")
tdSql.checkRows(2) tdSql.checkRows(2)
tdSql.checkData(0, 1, 11) tdSql.checkData(0, 1, 11)
tdSql.checkData(0, 2, None) tdSql.checkData(0, 2, None)