Skip to content

Commit

Permalink
Remove deprecated statement WRT to now optional verificationMethods.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Oct 24, 2024
1 parent aeedf54 commit 095b39d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions suites/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ export function runDataIntegrityProofVerifyTests({
});
});
}
it('If the "proof.verificationMethod" field is invalid, an error ' +
'MUST be raised.', async function() {
const credential = credentials.clone('invalidVm');
await verificationFail({credential, verifier});
});
it('If the "proof.proofPurpose" field is invalid, an error MUST ' +
'be raised.', async function() {
const credential = credentials.clone('invalidProofPurpose');
Expand Down

0 comments on commit 095b39d

Please sign in to comment.