Skip to content

Commit 86187a1

Browse files
committed
Remove deprecated proofPurpose statement.
1 parent 83c8b3c commit 86187a1

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.proofPurpose" field is invalid, an error MUST ' +
134-
'be raised.', async function() {
135-
const credential = credentials.clone('invalidProofPurpose');
136-
await verificationFail({credential, verifier});
137-
});
138133
it('If expectedProofPurpose was given, and it does not match ' +
139134
'proof.proofPurpose, an error MUST be raised and SHOULD convey an ' +
140135
'error type of PROOF_VERIFICATION_ERROR.', async function() {

0 commit comments

Comments
 (0)