From 1a7e6d41b2f598c3e3dbd2e55976df9083c0e3e0 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Wed, 30 Oct 2024 14:40:06 +0000 Subject: [PATCH] Update tests/helpers.js use updated language for comment. Co-authored-by: Ted Thibodeau Jr --- tests/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [];