From 31f1af34e530aa99d205ea76e9e6dd3b9511cdc1 Mon Sep 17 00:00:00 2001 From: "wenzhouwww@live.cn" Date: Fri, 6 May 2022 19:56:51 +0800 Subject: [PATCH] update sin case --- tests/system-test/2-query/sin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/2-query/sin.py b/tests/system-test/2-query/sin.py index c2c5b8794e..1bc01dbb8a 100644 --- a/tests/system-test/2-query/sin.py +++ b/tests/system-test/2-query/sin.py @@ -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")