Skip to content

Commit

Permalink
Turn on proofChain tests for eddsa-rdfc-2022.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Sep 27, 2024
1 parent 9d47883 commit a0cc8b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/15-di-rdfc-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ const testDataOptions = {
cryptosuite: eddsaRdfc2022CryptoSuite,
key
};
const optionalTests = {
proofChain: true
};

checkDataIntegrityProofVerifyErrors({
implemented: match,
testDescription: 'Data Integrity (eddsa-rdfc-2022 verifiers)',
testDataOptions
testDataOptions,
optionalTests
});

0 comments on commit a0cc8b4

Please sign in to comment.