Skip to content

Commit

Permalink
Add UnknownProofType to VC 2.0 context.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 3, 2024
1 parent b9ec527 commit dcf4f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vc-generator/contexts.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const {
const v2Ctx = v2Context['@context'];
const diCtx = _dataIntegrityCtx['@context'];
// add UnknownProofType to local context for test data
diCtx.UnknownProofType =
v2Ctx.UnknownProofType = diCtx.UnknownProofType =
structuredClone(_dataIntegrityCtx['@context'].DataIntegrityProof);
// add invalidPurpose to context for test data
diCtx.DataIntegrityProof['@context'].proofPurpose['@context'].invalidPurpose =
Expand Down

0 comments on commit dcf4f3f

Please sign in to comment.