From 61eee843ec77d43124e879f4044c306d5ebe2967 Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:00:17 -0500 Subject: [PATCH] Apply text suggestion Co-authored-by: Ted Thibodeau Jr --- tests/helpers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/helpers.js b/tests/helpers.js index 39c2aefc..ede9c5aa 100644 --- a/tests/helpers.js +++ b/tests/helpers.js @@ -282,8 +282,8 @@ export function setupRow() { } export function getProofs(issuedVc) { - // if the implementation failed to issue a VC or to sign the VC, return - // an empty array + // if the implementation failed to issue a VC or to sign the VC, + // return an empty array if(!issuedVc?.proof) { return []; }