We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb67639 commit 1ecf33eCopy full SHA for 1ecf33e
suites/verify.js
@@ -130,11 +130,6 @@ export function runDataIntegrityProofVerifyTests({
130
});
131
132
}
133
- it('If the "proof.proofPurpose" field is invalid, an error MUST ' +
134
- 'be raised.', async function() {
135
- const credential = credentials.clone('invalidProofPurpose');
136
- await verificationFail({credential, verifier});
137
- });
138
it('If expectedProofPurpose was given, and it does not match ' +
139
'proof.proofPurpose, an error MUST be raised and SHOULD convey an ' +
140
'error type of PROOF_VERIFICATION_ERROR.', async function() {
0 commit comments