Skip to content

Commit

Permalink
All tests should_*
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Feb 15, 2024
1 parent ff32275 commit b94ca68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partition_offsets/tracked_offset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ mod test {
}

#[test]
fn search_even_input() {
fn should_find_within_even_input() {
let input = build_even_input();

assert!(matches!(search(0, &input), TrackedOffsetSearchRes::None));
Expand Down Expand Up @@ -216,7 +216,7 @@ mod test {
}

#[test]
fn search_odd_input() {
fn should_find_within_odd_input() {
let input = build_odd_input();

assert!(matches!(search(0, &input), TrackedOffsetSearchRes::None));
Expand Down

0 comments on commit b94ca68

Please sign in to comment.