Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Co-authored-by: BigBlueHat <[email protected]>
  • Loading branch information
PatStLouis and BigBlueHat authored Dec 11, 2024
1 parent 9a4a8db commit f0c483f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/4.13.2-envelopes.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('Enveloped Verifiable Credentials', function() {
delete negativeFixture.type;
await assert.rejects(endpoints.verify(negativeFixture),
'Failed to reject an enveloped VC with an enveloped VC with a ' +
'missing `type`.');
'missing `type`.');

// Replace type field
negativeFixture = structuredClone(envelopedCredential);
Expand Down

0 comments on commit f0c483f

Please sign in to comment.