From 41c83d33fa43fe017a20eaa8cf4d9c8552b0ca9a Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Thu, 31 Oct 2024 18:09:03 +0530 Subject: [PATCH] fix test Signed-off-by: Timo Glastra --- test/SdJwt.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SdJwt.spec.ts b/test/SdJwt.spec.ts index 45a9c71..68fc268 100644 --- a/test/SdJwt.spec.ts +++ b/test/SdJwt.spec.ts @@ -296,7 +296,7 @@ describe('evaluate', () => { // Expect the KB-JWT to be appended expect(presentationResult.verifiablePresentations[0]).toEqual(decodedSdJwtVcWithDisclosuresRemoved.compactSdJwtVc + kbJwt); - const evaluateResults = pex.evaluatePresentation(presentationDefinition, presentationResult.verifiablePresentations, { + const evaluateResults = pex.evaluatePresentation(presentationDefinition, presentationResult.verifiablePresentations[0], { presentationSubmission: presentationResult.presentationSubmission, });