Skip to content

Commit

Permalink
Merge branch 'main' into drop-deprecated-statements
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 authored Oct 16, 2024
2 parents 5471bad + a2371a8 commit 9795f94
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/suites/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ export function verifySuite({
//FIXME assert on error type in the future
await verificationFail({credential, verifier});
});
it('If the "cryptosuite" field is not the string "bbs-2023", ' +
'an error MUST be raised.', async function() {
const credential = cloneTestVector(disclosed?.invalid?.cryptosuite);
await verificationFail({credential, verifier});
});
it('If proofConfig.type is not set to DataIntegrityProof and/or ' +
'proofConfig.cryptosuite is not set to bbs-2023, an error MUST ' +
'be raised and SHOULD convey an error type of ' +
Expand Down

0 comments on commit 9795f94

Please sign in to comment.