Skip to content

Commit 9d56bfe

Browse files
committed
der: fix clarify test
1 parent 555c620 commit 9d56bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

der/tests/clarify.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub mod sequence {
8383
println!("clarified: {clarified}");
8484
assert_eq!(
8585
clarified,
86-
"\n\"04 11\" // tag: OCTET STRING len: 17 type: OctetString \n\t\"00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF \n\t01\"\n\"\" // end: OctetString "
86+
"\n\"04 11\" // tag: OCTET STRING len: 17 type: OctetString \n\t\"00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF \n\t 01\"\n\"\" // end: OctetString "
8787
);
8888
}
8989
#[test]

0 commit comments

Comments
 (0)