update sin case
This commit is contained in:
parent
e45e953e44
commit
31f1af34e5
|
@ -204,7 +204,7 @@ class TDTestCase:
|
||||||
for type_sql in type_sql_lists:
|
for type_sql in type_sql_lists:
|
||||||
tdSql.query(type_sql)
|
tdSql.query(type_sql)
|
||||||
|
|
||||||
def basic_sqrt_function(self):
|
def basic_sin_function(self):
|
||||||
|
|
||||||
# basic query
|
# basic query
|
||||||
tdSql.query("select c1 from ct3")
|
tdSql.query("select c1 from ct3")
|
||||||
|
|
Loading…
Reference in New Issue