Try to fix array TryFrom tests
This commit is contained in:
parent
6570e4cd05
commit
a6e70b5fb4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fn array_try_from() {
|
|||
let slice: &[u8] = &array[..];
|
||||
|
||||
let result = <&Array>::try_from(slice);
|
||||
assert_eq!(Ok(&array), result);
|
||||
assert_eq!(&array, result.unwrap());
|
||||
})+
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue