update sin case

This commit is contained in:
wenzhouwww@live.cn 2022-05-06 19:56:51 +08:00
parent e45e953e44
commit 31f1af34e5
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class TDTestCase:
for type_sql in type_sql_lists:
tdSql.query(type_sql)
def basic_sqrt_function(self):
def basic_sin_function(self):
# basic query
tdSql.query("select c1 from ct3")