提交 90efaab2 编写于 作者: C cpwu

fix case

上级 4add25b1
......@@ -43,7 +43,7 @@ class TDTestCase:
for num_col in NUM_COL:
query_condition.extend(
(
f"sin( {tbname}.{num_col} )"
f"sin( {tbname}.{num_col} )",
)
)
query_condition.extend( f"{tbname}.{num_col} + {tbname}.{num_col_1} " for num_col_1 in NUM_COL )
......
......@@ -43,7 +43,7 @@ class TDTestCase:
for num_col in NUM_COL:
query_condition.extend(
(
f"sin( {tbname}.{num_col} )"
f"sin( {tbname}.{num_col} )",
)
)
query_condition.extend( f"{tbname}.{num_col} + {tbname}.{num_col_1} " for num_col_1 in NUM_COL )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册