Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 26, 2024
1 parent dd089bd commit e4e772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metric_engine/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ mod tests {
.unwrap();
assert_eq!(new_batch, expected_batch);

let mut testcases = vec![
let mut testcases = [
(None, None),
(Some(vec![]), Some(vec![0, 1, 3, 4])),
(Some(vec![1]), Some(vec![1, 0, 3, 4])),
Expand Down

0 comments on commit e4e772c

Please sign in to comment.