Skip to content

Commit

Permalink
Update tests/TestEndpoints.js remove space between period and issuer.
Browse files Browse the repository at this point in the history
Co-authored-by: BigBlueHat <[email protected]>
  • Loading branch information
aljones15 and BigBlueHat authored Jan 8, 2024
1 parent f3dc0dd commit de2d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestEndpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class TestEndpoints {
this.tag = tag;
this.verifier = implementation.verifiers.find(
verifier => verifier.tags.has(tag));
this. issuer = implementation.issuers.find(
this.issuer = implementation.issuers.find(
issuer => issuer.tags.has(tag));
this.vpVerifier = implementation.vpVerifiers.find(
vpVerifier => vpVerifier.tags.has(tag));
Expand Down

0 comments on commit de2d4b8

Please sign in to comment.