From 8acb45b24cdc70a513201bd360ae3d11262d6185 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 11 Dec 2023 21:47:08 +0000 Subject: [PATCH] Update language for narrow type test. --- tests/10-vcdm2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/10-vcdm2.js b/tests/10-vcdm2.js index db31f33..e9f8a69 100644 --- a/tests/10-vcdm2.js +++ b/tests/10-vcdm2.js @@ -243,7 +243,7 @@ describe('Verifiable Credentials Data Model v2.0', function() { }); // FIXME this needs to be expanded into at least 6 different tests // Verifiable Credential MUST have a type specified - // Verifiable Presentaiton MUST have a type specified + // Verifiable Presentation MUST have a type specified // Proof MUST have a type specified. // credentialStatus MUST have a type specified. // termsOfUse MUST have a type specified. @@ -284,7 +284,7 @@ describe('Verifiable Credentials Data Model v2.0', function() { issue(require('./input/credential-evidence-missing-type-fail.json'))); }); it.skip('All credentials, presentations, and encapsulated objects ' + - 'MUST specify, or be associated with, additional more narrow types ' + + 'SHOULD specify, or be associated with, additional more narrow types ' + '(like UniversityDegreeCredential, for example) so software systems ' + ' can process this additional information.', async function() { });