fix:test case error

This commit is contained in:
wangmm0220 2023-12-07 17:19:10 +08:00
parent ff23e9afae
commit 4cc47a2edf
1 changed files with 2 additions and 2 deletions

View File

@ -85,12 +85,12 @@ class TDTestCase:
tdSql.checkData(0, 1, 13.000000000)
tdSql.checkData(0, 2, "web01")
tdSql.checkData(0, 3, None)
tdSql.checkData(0, 4, "lga")
tdSql.checkData(0, 4, 1)
tdSql.checkData(1, 1, 9.000000000)
tdSql.checkData(1, 2, "web02")
tdSql.checkData(3, 3, "t1")
tdSql.checkData(0, 4, "lga")
tdSql.checkData(2, 4, 4)
tdSql.query(f"select * from {dbname}.macylr")
tdSql.checkRows(2)