Tweak test comment

This commit is contained in:
str4d 2021-07-30 20:35:23 +01:00 committed by GitHub
parent 00b369b2a4
commit c02931dc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ mod tests {
Err(ParseError::InvalidEncoding)
);
// Truncated padding ([0x00; 15] instead of [0x00; 16])
// Short padding (padded to 15 bytes instead of 16)
let truncated_padding = [
0x9a, 0x56, 0x12, 0xa3, 0x43, 0x45, 0xe0, 0x82, 0x6c, 0xac, 0x24, 0x8b, 0x3b, 0x45,
0x72, 0x9a, 0x53, 0xd5, 0xf8, 0xda, 0xec, 0x07, 0x7c, 0xba, 0x9f, 0xa8, 0xd2, 0x97,