Skip to content

Commit

Permalink
Update tests/helpers.js use updated language for comment.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
aljones15 and TallTed committed Oct 30, 2024
1 parent c7bd9f0 commit 1a7e6d4
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 @@ -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 [];
Expand Down

0 comments on commit 1a7e6d4

Please sign in to comment.