Skip to content

Commit

Permalink
Fix typo in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Nov 13, 2023
1 parent a257d06 commit a5d9556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/10-verify.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ describe('verify API (credentials)', () => {
suite: ecdsaSdDeriveSuite,
documentLoader
});
derivedCredential.credentialSubject.id = `urn:urn:${uuid()}`;
derivedCredential.credentialSubject.id = `urn:uuid:${uuid()}`;
const result = await vc.verifyCredential({
credential: derivedCredential,
controller: assertionController,
Expand Down

0 comments on commit a5d9556

Please sign in to comment.