Skip to content

Commit

Permalink
Update tests/helpers.js comment about test version support.
Browse files Browse the repository at this point in the history
Co-authored-by: BigBlueHat <[email protected]>
  • Loading branch information
aljones15 and BigBlueHat authored Nov 13, 2024
1 parent f044d3c commit 5e8c1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const createDisclosedVc = async ({
export const endpointCheck = ({endpoint, vcVersion, keyType}) => {
const {
supportedEcdsaKeyTypes,
// assume support for vc 1.1
// assume support for vc 2.0
supports = {vc: ['2.0']}
} = endpoint.settings;
// if an issuer does not support the current keyType skip it
Expand Down

0 comments on commit 5e8c1d5

Please sign in to comment.