Skip to content

Commit

Permalink
Update tests/10-vcdm2.js with language that matches spec exactly.
Browse files Browse the repository at this point in the history
Co-authored-by: BigBlueHat <[email protected]>
  • Loading branch information
aljones15 and BigBlueHat authored Dec 12, 2023
1 parent 8acb45b commit 2eb4db2
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 @@ -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() {

Check failure on line 289 in tests/10-vcdm2.js

View workflow job for this annotation

GitHub Actions / lint (20.x)

This line has a length of 94. Maximum allowed is 80
});
it2('A verifiable credential MUST have a credentialSubject property.',
async function() {
Expand Down

0 comments on commit 2eb4db2

Please sign in to comment.