Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Nov 21, 2024
1 parent 273ccee commit c1e3497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/90-algorithms-rdfc.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('Algorithms - Create Proof (ecdsa-rdfc-2019)', function() {
async function() {
this.test.link = 'https://www.w3.org/TR/vc-di-ecdsa/#create-proof-ecdsa-rdfc-2019';
const proof = proofExists(securedCredential);
assertDataIntegrityProof(proof, 'ecdsa-rdfc-2019');
assertDataIntegrityProof(proof);
// Since we are not sending proof options, we only do a positive test
});
it('Let proof.proofValue be a base58-btc-encoded ' +
Expand Down

0 comments on commit c1e3497

Please sign in to comment.