Skip to content

Commit

Permalink
Lint narrow types test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 13, 2023
1 parent 0a67af1 commit 03d3140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/10-vcdm2.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,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 ExampleDegreeCredential, for example) so software systems ' +
' can more easily detect and process this additional information.', async function() {
' can more easily detect and process this additional information.',
async function() {
});
it2('A verifiable credential MUST have a credentialSubject property.',
async function() {
Expand Down

0 comments on commit 03d3140

Please sign in to comment.