Skip to content

Commit

Permalink
Use v1 VC for derived VC tests for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 21, 2023
1 parent b553fdf commit 44e6110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/10-verify.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ describe('verify API (credentials)', () => {
});

const verifiableCredential = await vc.issue({
credential: {...credentials.v2},
credential: {...credentials.v1},
suite: ecdsaSdSignSuite,
documentLoader
});
Expand Down Expand Up @@ -416,7 +416,7 @@ describe('verify API (credentials)', () => {
});

const verifiableCredential = await vc.issue({
credential: {...credentials.v2},
credential: {...credentials.v1},
suite: ecdsaSdSignSuite,
documentLoader
});
Expand Down

0 comments on commit 44e6110

Please sign in to comment.