Skip to content

Commit

Permalink
Shorten FIXME about asserting on error codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jul 3, 2024
1 parent e703ff7 commit 20a3f4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/suites/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ export function verifySuite({
this.test.link = 'https://w3c.github.io/vc-di-bbs/#linkage-via-proof-options-and-mandatory-reveal:~:text=If%20proofConfig.created%20is%20set%20and%20if%20the%20value%20is%20not%20a%20valid%20%5BXMLSCHEMA11%2D2%5D%20datetime%2C%20an%20INVALID_PROOF_DATETIME%20error%20MUST%20be%20raised.';
const credential = cloneTestVector(disclosed?.invalid?.created);
//FIXME assert on error code or message when available
//a base proof will fail verification in any case
//we need to know the specific reason it fails
await verificationFail({credential, verifier});
});
it('MUST fail to verify a base proof.', async function() {
Expand Down

0 comments on commit 20a3f4e

Please sign in to comment.