From 51726240add61dfaaf79fa5f1125e7f7d1502e9a Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 12 Dec 2023 19:24:55 +0000 Subject: [PATCH] Space VC context test title. --- tests/10-vcdm2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/10-vcdm2.js b/tests/10-vcdm2.js index d692894..e01c826 100644 --- a/tests/10-vcdm2.js +++ b/tests/10-vcdm2.js @@ -161,7 +161,7 @@ describe('Verifiable Credentials Data Model v2.0', function() { require('./input/presentation-no-context-fail.json'))); }); it2('Verifiable credentials: The value of the @context property MUST' + - 'be an ordered set where the first item is a URL with the value' + + ' be an ordered set where the first item is a URL with the value ' + 'https://www.w3.org/ns/credentials/v2.', async function() { //positive issue test const vc = await issue(require('./input/credential-ok.json'));