Skip to content

Commit

Permalink
Pluralize VCs in test title to match spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 23, 2023
1 parent 75cbfea commit b22f61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/10-verify.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ before(async () => {
});

for(const [version, mockCredential] of versionedCredentials) {
describe(`Verifiable Credential Data Model ${version}`, async function() {
describe(`Verifiable Credentials Data Model ${version}`, async function() {
describe('vc.issue()', () => {
it('should issue a verifiable credential with proof', async () => {
const credential = jsonld.clone(mockCredential);
Expand Down

0 comments on commit b22f61a

Please sign in to comment.