fix case
This commit is contained in:
parent
6dffa2159f
commit
a87442d265
|
@ -192,7 +192,7 @@ class TDTestCase:
|
||||||
sqls = self.sql_list()
|
sqls = self.sql_list()
|
||||||
tdLog.printNoPrefix("===step 1: curent case, must return query OK")
|
tdLog.printNoPrefix("===step 1: curent case, must return query OK")
|
||||||
for i in range(len(sqls)):
|
for i in range(len(sqls)):
|
||||||
tdLog.info("sql: ", sqls[i])
|
tdLog.info(f"sql: {sqls[i]}")
|
||||||
tdSql.query(sqls[i])
|
tdSql.query(sqls[i])
|
||||||
|
|
||||||
def __test_error(self):
|
def __test_error(self):
|
||||||
|
|
Loading…
Reference in New Issue