Updated the README.md and the tests
Some checks failed
Check, format and test / build (push) Failing after 50s
Some checks failed
Check, format and test / build (push) Failing after 50s
This commit is contained in:
@ -106,7 +106,7 @@ mod tests {
|
||||
|
||||
assert_eq!(
|
||||
record_bytes.try_into(),
|
||||
Err::<Record, &str>("Slice must be at least of length 12 to be converted into Record")
|
||||
Err::<Record, &str>("Slice must be of length 12 to be converted into Record")
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user