Updated the README.md and the tests
Some checks failed
Check, format and test / build (push) Failing after 50s

This commit is contained in:
2024-07-31 13:13:07 +02:00
parent b2b5f0c66c
commit 07ef2a96bc
2 changed files with 4 additions and 2 deletions

View File

@ -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")
);
}