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 aeedf54 commit 095b39dCopy full SHA for 095b39d
suites/verify.js
@@ -130,11 +130,6 @@ export function runDataIntegrityProofVerifyTests({
130
});
131
132
}
133
- it('If the "proof.verificationMethod" field is invalid, an error ' +
134
- 'MUST be raised.', async function() {
135
- const credential = credentials.clone('invalidVm');
136
- await verificationFail({credential, verifier});
137
- });
138
it('If the "proof.proofPurpose" field is invalid, an error MUST ' +
139
'be raised.', async function() {
140
const credential = credentials.clone('invalidProofPurpose');
0 commit comments