Skip to content

Commit d2da4e7

Browse files
committed
Update tests
1 parent 9d87b91 commit d2da4e7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/expr/src/scalar.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3414,13 +3414,6 @@ mod tests {
34143414
},
34153415
output: err(EvalError::DivisionByZero),
34163416
},
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-
},
34243417
];
34253418

34263419
for tc in test_cases {

0 commit comments

Comments
 (0)