Skip to content

Commit 40810ee

Browse files
committed
Add comment to explain test condition
Signed-off-by: Keith Koskie <[email protected]>
1 parent f18c73e commit 40810ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cryptoki/src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ mod test {
272272

273273
#[test]
274274
fn utc_time_convert_bad() {
275+
// Year starts with a non-numeric value ('A')
275276
let invalid: [u8; 16] = [
276277
0x41, 0x39, 0x37, 0x30, 0x30, 0x31, 0x30, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
277278
0x30, 0x30,

0 commit comments

Comments
 (0)