This commit is contained in:
cpwu 2022-04-24 15:18:20 +08:00
parent 85bca551b2
commit 59cbfcc27e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class TDTestCase:
)
)
sum_condition.extend( f"{num_col} + {num_col_2}" for num_col_2 in NUM_COL )
sum_condition.extend( f"{num_col} + {un_num_col} " for un_num_col in UN_NUM_COL )
sum_condition.extend( f"{num_col} + {un_num_col} " for un_num_col in [BINARY_COL, NCHAR_COL] )
return sum_condition