Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Dec 2, 2024
1 parent 5f3a66e commit dc9e8d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/90-algorithms-sd.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@ describe('Algorithms - Base Proof Transformation (ecdsa-sd-2023)', function() {
'options, such as a JSON-LD document loader.',
async function() {
this.test.link = 'https://www.w3.org/TR/vc-di-ecdsa/#transformation-ecdsa-sd-2023';

// Send an issuance request without mandatoryPointers
const securedCredentialNoPointers = await secureCredential(
{issuer, vc: generateCredential()});
const proof = proofExists(securedCredentialNoPointers);
const decodedProof =
await inspectSdBaseProofValue(proof);
// Ensure default mandatoryPointers are injected by application
should.exist(decodedProof.mandatoryPointers,
'Expected mandatoryPointers to be included in the proofValue.');
});
Expand Down Expand Up @@ -226,9 +228,6 @@ describe('Algorithms - Verify Derived Proof (ecdsa-sd-2023)', function() {
async function() {
this.test.link = 'https://www.w3.org/TR/vc-di-ecdsa/#proof-serialization-ecdsa-sd-2023';

// const validBaseProof = structuredClone(ecdsaSdVectors.baseProof);
// await verifySuccess(verifier, validBaseProof);

const validDerivedProof = structuredClone(ecdsaSdVectors.derivedProof);
await verifySuccess(verifier, validDerivedProof);

Expand Down

0 comments on commit dc9e8d9

Please sign in to comment.