test case update

This commit is contained in:
xsren 2023-09-18 18:10:13 +08:00
parent b2170e9791
commit 9d49c0cd4a
1 changed files with 2 additions and 2 deletions

View File

@ -291,8 +291,8 @@ class TDTestCase:
tdSql.checkData(0, 7, 1)
tdSql.checkData(0, 8, "binary5")
tdSql.checkData(0, 9, "nchar5")
tdSql.checkData(1, 8, None)
tdSql.checkData(1, 9, None)
tdSql.checkData(1, 8, "-8")
tdSql.checkData(1, 9, "-9")
limit = paraDict["rowsPerTbl"]