Skip to content

Commit c6997e9

Browse files
committed
Update tests
1 parent 9d87b91 commit c6997e9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/expr/src/scalar.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3396,13 +3396,6 @@ mod tests {
33963396
},
33973397
output: lit(1),
33983398
},
3399-
TestCase {
3400-
input: MirScalarExpr::CallVariadic {
3401-
func: VariadicFunc::Coalesce,
3402-
exprs: vec![col(0), err(EvalError::DivisionByZero)],
3403-
},
3404-
output: err(EvalError::DivisionByZero),
3405-
},
34063399
TestCase {
34073400
input: MirScalarExpr::CallVariadic {
34083401
func: VariadicFunc::Coalesce,
@@ -3414,13 +3407,6 @@ mod tests {
34143407
},
34153408
output: err(EvalError::DivisionByZero),
34163409
},
3417-
TestCase {
3418-
input: MirScalarExpr::CallVariadic {
3419-
func: VariadicFunc::Coalesce,
3420-
exprs: vec![col(0), err(EvalError::DivisionByZero)],
3421-
},
3422-
output: err(EvalError::DivisionByZero),
3423-
},
34243410
];
34253411

34263412
for tc in test_cases {

0 commit comments

Comments
 (0)