Skip to content

Commit a59ebb0

Browse files
linting
Co-authored-by: BigBlueHat <[email protected]>
1 parent 1325945 commit a59ebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/4.13.2-envelopes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('Enveloped Verifiable Credentials', function() {
121121
delete negativeFixture.type;
122122
await assert.rejects(endpoints.verify(negativeFixture),
123123
'Failed to reject an enveloped VC with an enveloped VC with a ' +
124-
'missing `type`.');
124+
'missing `type`.');
125125

126126
// Replace type field
127127
negativeFixture = structuredClone(envelopedCredential);

0 commit comments

Comments
 (0)