Skip to content

Commit

Permalink
Add period to end of additional credentialSchema test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jan 4, 2024
1 parent 92c5010 commit bc9bec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/10-vcdm2.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ describe('Verifiable Credentials Data Model v2.0', function() {
await issue(require('./input/credential-schemas-ok.json'));
});
it2('Each credentialSchema MUST specify its type (for example, ' +
'JsonSchemaValidator2018), and an id property', async function() {
'JsonSchemaValidator2018), and an id property.', async function() {
await assert.rejects(issue(require(
'./input/credential-schema-no-type-fail.json')));
await assert.rejects(issue(require(
Expand Down

0 comments on commit bc9bec4

Please sign in to comment.