Skip to content

Commit

Permalink
Fix test typo as text on `test_rotate_nearest_quarter_turn_clockw…
Browse files Browse the repository at this point in the history
…ise` and `test_rotate_nearest_half_turn_anticlockwise`
  • Loading branch information
Tikitikitikidesuka committed Oct 6, 2024
1 parent cb5f773 commit 454b9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/geometric_transformations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ mod tests {
}

#[test]
fn text_rotate_nearest_quarter_turn_clockwise() {
fn test_rotate_nearest_quarter_turn_clockwise() {
let image = gray_image!(
00, 01, 02;
10, 11, 12);
Expand All @@ -997,7 +997,7 @@ mod tests {
}

#[test]
fn text_rotate_nearest_half_turn_anticlockwise() {
fn test_rotate_nearest_half_turn_anticlockwise() {
let image = gray_image!(
00, 01, 02;
10, 11, 12);
Expand Down

0 comments on commit 454b9e5

Please sign in to comment.