Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Co-authored-by: BigBlueHat <byoung@digitalbazaar.com>
  • Loading branch information
PatStLouis and BigBlueHat authored Dec 11, 2024
1 parent f0c483f commit 7feb3f8
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 @@ -128,7 +128,7 @@ describe('Enveloped Verifiable Credentials', function() {
negativeFixture.type = ['VerifiableCredential'];
await assert.rejects(endpoints.verify(negativeFixture),
'Failed to reject an enveloped VC with an ' +
'invalid `type`.');
'invalid `type`.');
}
});
});
Expand Down

0 comments on commit 7feb3f8

Please sign in to comment.