From 3bbc422bd0227cfee202dc32bd4557d4504ba0cb Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 28 Apr 2022 17:29:39 +0800 Subject: [PATCH] fix case --- tests/system-test/2-query/char_length.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/2-query/char_length.py b/tests/system-test/2-query/char_length.py index 5452dcfbfc..814c208217 100644 --- a/tests/system-test/2-query/char_length.py +++ b/tests/system-test/2-query/char_length.py @@ -26,7 +26,7 @@ class TDTestCase: tdLog.debug(f"start to excute {__file__}") tdSql.init(conn.cursor()) - def __char_char_length_condition(self): + def __char_length_condition(self): char_length_condition = [] for char_col in CHAR_COL: char_length_condition.extend(