Skip to content

Commit

Permalink
chore(mappings): typo in test function name
Browse files Browse the repository at this point in the history
Signed-off-by: JadKHaddad <[email protected]>
  • Loading branch information
JadKHaddad committed Sep 2, 2024
1 parent 7e392fa commit 4e76e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm1637/src/mappings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ mod tests {
}

#[test]
fn mirrored_mirror_is_original() {
fn mirrored_mirrored_is_original() {
let five = DigitBits::Five as u8;

let mirrored_mirrored_five = mirror(mirror(five));
Expand Down

0 comments on commit 4e76e36

Please sign in to comment.