Skip to content

Commit

Permalink
fix eip resolve_vc_issue_verify unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <ryan.tate@spruceid.com>
  • Loading branch information
Ryanmtate committed Dec 10, 2024
1 parent 1c341f0 commit 8ec2531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dids/methods/pkh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ mod tests {
],
"VerifiablePresentation": [
{ "name": "@context", "type": "string[]" },
{ "name": "type", "type": "string" },
{ "name": "type", "type": "string[]" },
{ "name": "holder", "type": "string" },
{ "name": "verifiableCredential", "type": "VerifiableCredential" },
{ "name": "proof", "type": "Proof" }
Expand Down

0 comments on commit 8ec2531

Please sign in to comment.