Skip to content

Commit

Permalink
Update tests/suites/verify.js update test title to match spec test ab…
Browse files Browse the repository at this point in the history
…out created.

Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
aljones15 and TallTed authored Jun 26, 2024
1 parent b9de1d6 commit 232279f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function verifySuite({
disclosed?.invalid?.proofTypeAndCryptosuite);
await verificationFail({credential, verifier});
});
it('If proofConfig.created is set and if the value is not a valid ' +
it('If proofConfig.created is set and the value is not a valid ' +
'[XMLSCHEMA11-2] datetime, an INVALID_PROOF_DATETIME error MUST be ' +
'raised.', async function() {
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.';
Expand Down

0 comments on commit 232279f

Please sign in to comment.