Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Aug 13, 2021
1 parent f5acafa commit e98cb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ fn test_arraystring_const_constructible() {


#[test]
fn test_arraystring_has_some_sanity_checks() {
fn test_arraystring_zero_filled_has_some_sanity_checks() {
let string = ArrayString::<4>::zero_filled();
assert_eq!(string.as_str(), "\0\0\0\0");
assert_eq!(string.len(), 4);
Expand Down

0 comments on commit e98cb1c

Please sign in to comment.