Skip to content

Commit

Permalink
toggle proofChain optional tests
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Dec 16, 2024
1 parent 684bb39 commit cab6b26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/15-rdfc-di-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ for(const vcVersion of vectors.vcTypes) {
tags
})
});
const optionalTests = {
proofChain: true
};
// options for the DI Verifier Suite
checkDataIntegrityProofVerifyErrors({
implemented: match,
Expand All @@ -43,5 +46,6 @@ for(const vcVersion of vectors.vcTypes) {
testVector: document,
keyType: 'P-256'
},
optionalTests
});
}

0 comments on commit cab6b26

Please sign in to comment.