Skip to content

Commit

Permalink
Remove TODO from VC MUST have context test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 11, 2023
1 parent 6e537cc commit 6a6fcbf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/10-vcdm2.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,6 @@ describe('Verifiable Credentials Data Model v2.0', function() {
// positive @context test
const vc = await issue(require('./input/credential-ok.json'));
vc.should.have.property('@context');
//FIXME reimplement this once signed VP creation via VC-API
//has been finalized
/*
const vp = await proveVP({
presentation: require('./input/presentation-ok.json'),
options: proveOptions
});
vp.should.have.property('@context');
*/
// negative @context test
await assert.rejects(issue(
require('./input/credential-no-context-fail.json')));
Expand Down

0 comments on commit 6a6fcbf

Please sign in to comment.