diff --git a/tests/10-vcdm2.js b/tests/10-vcdm2.js index 78cbc54..2bdd89f 100644 --- a/tests/10-vcdm2.js +++ b/tests/10-vcdm2.js @@ -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(