Skip to content

Commit

Permalink
Space VC context test title.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 12, 2023
1 parent 2cf3a94 commit 5172624
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 @@ -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'));
Expand Down

0 comments on commit 5172624

Please sign in to comment.