Skip to content

Commit

Permalink
Fix post-merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Sep 22, 2023
1 parent f582e68 commit 4e430c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion identity_storage/src/storage/tests/credential_jws.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ async fn signing_credential_with_custom_kid() {
.await
.unwrap();

let validator = identity_credential::validator::JwtCredentialValidator::new();
let validator =
identity_credential::validator::JwtCredentialValidator::with_signature_verifier(EdDSAJwsVerifier::default());
let method_id = document.id().clone().join(format!("#{fragment}")).unwrap();
let decoded = validator
.validate::<_, Object>(
Expand Down

0 comments on commit 4e430c9

Please sign in to comment.