Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e98cb1c

Browse files
committedAug 13, 2021
Typo
1 parent f5acafa commit e98cb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ fn test_arraystring_const_constructible() {
786786

787787

788788
#[test]
789-
fn test_arraystring_has_some_sanity_checks() {
789+
fn test_arraystring_zero_filled_has_some_sanity_checks() {
790790
let string = ArrayString::<4>::zero_filled();
791791
assert_eq!(string.as_str(), "\0\0\0\0");
792792
assert_eq!(string.len(), 4);

0 commit comments

Comments
 (0)
Please sign in to comment.