Skip to content

Commit

Permalink
test: Remove unnecessary statements
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jul 22, 2024
1 parent 4db853f commit a4bf0d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/cmsSignedComplexExample.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ context("CMS Signed Complex Example", () => {
new pkijs.SignedData({ schema: cmsContentSimpl.content });
});
//#endregion
console.log(Buffer.from(cms.cmsSignedData).toString("base64"));

// Verify the CMS SignedData using the provided certificate and original data buffer
const result = await example.verifyCMSSigned(cms.cmsSignedData, [cms.certificate], dataBuffer);
Expand All @@ -74,7 +73,6 @@ context("CMS Signed Complex Example", () => {
new pkijs.SignedData({ schema: cmsContentSimpl.content });
});
//#endregion
console.log(Buffer.from(cms.cmsSignedData).toString("base64"));

// Verify the CMS SignedData using the provided certificate and original data buffer
const result = await example.verifyCMSSigned(cms.cmsSignedData, [cms.certificate], dataBuffer);
Expand Down

0 comments on commit a4bf0d9

Please sign in to comment.