From c1cc6417cb9e8233dc7d1ac4bb09d989b604d34f Mon Sep 17 00:00:00 2001 From: "wenzhouwww@live.cn" Date: Fri, 6 May 2022 19:57:29 +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 1bc01dbb8a..138027d26c 100644 --- a/tests/system-test/2-query/sin.py +++ b/tests/system-test/2-query/sin.py @@ -494,7 +494,7 @@ class TDTestCase: tdLog.printNoPrefix("==========step4: sin basic query ============") - self.basic_sqrt_function() + self.basic_sin_function() tdLog.printNoPrefix("==========step5: big number sin query ============")