Skip to content

Commit

Permalink
fixup! Add fake support for test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Nov 15, 2022
1 parent 9f8783f commit af4aa89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssi-ldp/src/suites/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pub enum ProofSuiteType {
#[cfg(feature = "test")]
#[serde(rename = "ex:AnonCredPresentationProofv1")]
AnonCredPresentationProofv1,
#[cfg(feature = "test")]
#[serde(rename = "ex:AnonCredDerivedCredentialv1")]
AnonCredDerivedCredentialv1,
}
Expand Down

0 comments on commit af4aa89

Please sign in to comment.