Skip to content

Commit

Permalink
Update language for narrow type test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 11, 2023
1 parent b340513 commit 8acb45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/10-vcdm2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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() {
});
Expand Down

0 comments on commit 8acb45b

Please sign in to comment.