Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Oct 31, 2024
1 parent 2359b66 commit 8cc8d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Mdoc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('evaluate mdoc', () => {
it('evaluatePresentation with mso_mdoc format', async () => {
const presentationDefinition = getPresentationDefinitionV2();
const submission = {
definition_id: '32f54163-7166-48f1-93d8-ff217bdb0653',
definition_id: presentationDefinition.id,
descriptor_map: [
{
format: 'mso_mdoc',
Expand All @@ -162,7 +162,7 @@ describe('evaluate mdoc', () => {
it('evaluatePresentation with both mso_mdoc and vc+sd-jwt format', async () => {
const presentationDefinition = getPresentationDefinitionV2(true);
const submission = {
definition_id: '32f54163-7166-48f1-93d8-ff217bdb0653',
definition_id: presentationDefinition.id,
descriptor_map: [
{
format: 'mso_mdoc',
Expand Down

0 comments on commit 8cc8d71

Please sign in to comment.