One-liner fix for deserialization test for CredentialResponse

This commit is contained in:
Kevin Lewi
2021-06-28 18:16:30 -07:00
committed by Kevin Lewi
parent e86fbac0b7
commit 809337f458
+1 -1
View File
@@ -237,7 +237,7 @@ fn credential_response_roundtrip() {
let identity = RistrettoPoint::identity();
let identity_bytes = identity.to_arr().to_vec();
assert!(match CredentialRequest::<Default>::deserialize(
assert!(match CredentialResponse::<Default>::deserialize(
&[
identity_bytes,
masking_nonce.to_vec(),