From de2d4b8f73babc2e2ccbfa33696824985512b6fb Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 8 Jan 2024 15:52:42 +0000 Subject: [PATCH] Update tests/TestEndpoints.js remove space between period and issuer. Co-authored-by: BigBlueHat --- tests/TestEndpoints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestEndpoints.js b/tests/TestEndpoints.js index 3f94f32..6986e7d 100644 --- a/tests/TestEndpoints.js +++ b/tests/TestEndpoints.js @@ -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));