Skip to content

Commit

Permalink
Cover more codes
Browse files Browse the repository at this point in the history
  • Loading branch information
EFanZh committed Jun 6, 2024
1 parent d249dae commit a8abed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod tests {
let test_cases = [
((&[5, 1, 5] as &[_], 22), 0),
((&[3, 4, 1, 2], 25), 1),
((&[i32::MAX, i32::MAX], 23), 0),
((&[i32::MAX, i32::MAX, i32::MAX, i32::MAX], 23), 0),
];

for ((chalk, k), expected) in test_cases {
Expand Down

0 comments on commit a8abed9

Please sign in to comment.