Skip to content

Commit 095b39d

Browse files
committed
Remove deprecated statement WRT to now optional verificationMethods.
1 parent aeedf54 commit 095b39d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

suites/verify.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ export function runDataIntegrityProofVerifyTests({
130130
});
131131
});
132132
}
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-
});
138133
it('If the "proof.proofPurpose" field is invalid, an error MUST ' +
139134
'be raised.', async function() {
140135
const credential = credentials.clone('invalidProofPurpose');

0 commit comments

Comments
 (0)