Skip to content

Commit

Permalink
Add comment to explain test condition
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Koskie <[email protected]>
  • Loading branch information
vkkoskie committed Jan 13, 2022
1 parent 5421671 commit cb1f095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cryptoki/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ mod test {

#[test]
fn utc_time_convert_bad() {
// Year starts with a non-numeric value ('A')
let invalid: [u8; 16] = [
0x41, 0x39, 0x37, 0x30, 0x30, 0x31, 0x30, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
0x30, 0x30,
Expand Down

0 comments on commit cb1f095

Please sign in to comment.