Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
Signed-off-by: gengliqi <gengliqiii@gmail.com>
  • Loading branch information
gengliqi authored and ti-chi-bot committed May 9, 2024
1 parent 76bc0c6 commit b758968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tidb_query_expr/src/impl_math.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ mod tests {
.push_param(f)
.push_param(t)
.evaluate::<Bytes>(ScalarFuncSig::Conv);
assert!(got.is_err());
got.unwrap_err();
}
}

Expand Down

0 comments on commit b758968

Please sign in to comment.