Skip to content

Commit

Permalink
Use DI v2 context URL in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Aug 1, 2024
1 parent f7248f6 commit d3c547c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/mock-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const alumniCredential = {
AlumniCredential: 'urn:example:AlumniCredential',
alumniOf: 'https://schema.org#alumniOf'
},
'https://w3id.org/security/data-integrity/v1'
'https://w3id.org/security/data-integrity/v2'
],
id: 'urn:uuid:98c5cffc-efa2-43e3-99f5-01e8ef404be0',
type: ['VerifiableCredential', 'AlumniCredential'],
Expand Down Expand Up @@ -52,7 +52,7 @@ export const dlCredential = {
'@type': '@id'
}
},
'https://w3id.org/security/data-integrity/v1'
'https://w3id.org/security/data-integrity/v2'
],
id: 'urn:uuid:36245ee9-9074-4b05-a777-febff2e69757',
type: ['VerifiableCredential', 'DriverLicenseCredential'],
Expand Down Expand Up @@ -93,7 +93,7 @@ export const dlCredentialNoIds = {
'@type': '@id'
}
},
'https://w3id.org/security/data-integrity/v1'
'https://w3id.org/security/data-integrity/v2'
],
type: ['VerifiableCredential', 'DriverLicenseCredential'],
issuer,
Expand Down

0 comments on commit d3c547c

Please sign in to comment.