diff --git a/tests/helpers.js b/tests/helpers.js index 57cc444..1ecc526 100644 --- a/tests/helpers.js +++ b/tests/helpers.js @@ -44,7 +44,7 @@ export function setupRow() { } export function getProofs(issuedVc) { - // if the implementation failed to issue a VC or sign the VC return + // if the implementation failed to issue a VC or to sign the VC, return // an empty array if(!issuedVc?.proof) { return [];