Skip to content

Commit

Permalink
Remove INVALID_PROOF_LENGTH error name from test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Aug 11, 2023
1 parent 4b2ee1a commit a54b682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/20-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('eddsa-2022 (verify)', function() {
it('If the "proofValue" field, when decoded to raw bytes, is not ' +
'64 bytes in length if the associated public key is 32 bytes ' +
'in length, or 114 bytes in length if the public key is 57 bytes ' +
'in length, an INVALID_PROOF_LENGTH error MUST be returned.',
'in length, an error MUST be raised.',
async function() {
this.test.cell = {columnId, rowId: this.test.title};
const credential = credentials.clone('issuedVc');
Expand Down

0 comments on commit a54b682

Please sign in to comment.