update
This commit is contained in:
parent
eaf8812722
commit
26f8512ff9
|
@ -72,7 +72,8 @@ class TDTestCase:
|
|||
|
||||
tdSql.query(f"select * from ntb where timezone()='{time_zone}'")
|
||||
tdSql.checkRows(2)
|
||||
tdSql.error("select timezone()+1 from ntb")
|
||||
tdSql.query("select timezone()+1 from ntb")
|
||||
tdSql.checkRows(2)
|
||||
|
||||
def stop(self):
|
||||
tdSql.close()
|
||||
|
|
Loading…
Reference in New Issue