diff --git a/tests/vc-generator/stubMethods.js b/tests/vc-generator/stubMethods.js index 72e8cc5..f292921 100644 --- a/tests/vc-generator/stubMethods.js +++ b/tests/vc-generator/stubMethods.js @@ -192,7 +192,7 @@ export function stubDisclosureData({ bbsSignature, bbsHeader, publicKey, hmacKey, mandatoryPointers } = await parseBaseProofValue({proof}); - // 2. Ensure mandatory and / or selective data will be disclosed. + // 2. Ensure mandatory and/or selective data will be disclosed. const {selectivePointers = []} = cryptosuite.options; if(!(mandatoryPointers?.length > 0 || selectivePointers?.length > 0)) { throw new Error('Nothing selected for disclosure.');