Skip to content

Commit 5f3a66e

Browse files
committed
fix typo
Signed-off-by: PatStLouis <[email protected]>
1 parent 0446758 commit 5f3a66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/90-algorithms-rdfc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('Algorithms - Create Proof (ecdsa-rdfc-2019)', function() {
5454
async function() {
5555
this.test.link = 'https://www.w3.org/TR/vc-di-ecdsa/#create-proof-ecdsa-rdfc-2019';
5656
const proof = proofExists(securedCredential);
57-
assertDataIntegrityProof(proof, 'ecdsa-rdfc-2019');
57+
assertDataIntegrityProof(proof);
5858
// Since we are not sending proof options, we only do a positive test
5959
});
6060
it('Let proof.proofValue be a base58-btc-encoded ' +

0 commit comments

Comments
 (0)