fix: correct argment sql
This commit is contained in:
parent
318293edf1
commit
b44f3c10e6
|
@ -72,7 +72,7 @@ class TDTestCase(TBase):
|
||||||
|
|
||||||
# check count always return value
|
# check count always return value
|
||||||
sql = f"select count(*) from {self.db}.ta"
|
sql = f"select count(*) from {self.db}.ta"
|
||||||
tdSql.query()
|
tdSql.query(sql)
|
||||||
tdSql.checkRows(0) # countAlwaysReturnValue is false
|
tdSql.checkRows(0) # countAlwaysReturnValue is false
|
||||||
|
|
||||||
# run
|
# run
|
||||||
|
|
Loading…
Reference in New Issue