Skip to content

Commit

Permalink
remove redendant code + 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Jan 11, 2024
1 parent b1cee76 commit cda6467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/sorted_insert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod tests {
}

#[test]
#[should_panic(expected = "max_size can't be equals to zero")]
#[should_panic(expected = "max_size can't be equal to zero")]
fn test_max_size_zero() {
let mut arr = Vec::new();
sorted_insert(&mut arr, 1, 0, cmp).unwrap();
Expand Down

0 comments on commit cda6467

Please sign in to comment.