From 2eb4db2246bb4ca59421bc42b7b1626f04326664 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 12 Dec 2023 15:14:17 +0000 Subject: [PATCH] Update tests/10-vcdm2.js with language that matches spec exactly. Co-authored-by: BigBlueHat --- 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 e9f8a69..7904b71 100644 --- a/tests/10-vcdm2.js +++ b/tests/10-vcdm2.js @@ -285,8 +285,8 @@ describe('Verifiable Credentials Data Model v2.0', function() { }); it.skip('All credentials, presentations, and encapsulated objects ' + 'SHOULD specify, or be associated with, additional more narrow types ' + - '(like UniversityDegreeCredential, for example) so software systems ' + - ' can process this additional information.', async function() { + '(like ExampleDegreeCredential, for example) so software systems ' + + ' can more easily detect and process this additional information.', async function() { }); it2('A verifiable credential MUST have a credentialSubject property.', async function() {