some test updates

This commit is contained in:
c0repwn3r 2023-02-26 21:59:46 -05:00
parent 641852481f
commit b8ca91f8e9
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ fn certificate_serialization() {
is_ca: false, is_ca: false,
issuer: "1234567890abcedfghij1234567890ab".to_string(), issuer: "1234567890abcedfghij1234567890ab".to_string(),
}, },
signature: hex::decode("1234567890abcedfghij1234567890ab").unwrap(), signature: b"1234567890abcedfghij1234567890ab".to_vec(),
}; };
let bytes = cert.serialize().unwrap(); let bytes = cert.serialize().unwrap();