Skip to content

Commit

Permalink
chore: lint & prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Oct 31, 2024
1 parent e8fcd60 commit e714212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/evaluation/selectFrom.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ describe('selectFrom tests', () => {
pex.evaluateCredentials(pd, result.verifiableCredential!);
const presentationResult = pex.presentationFrom(pd, result.verifiableCredential!);
expect(presentationResult).toBeDefined();
expect(result.errors).toHaveLength(0)
expect(result.errors).toHaveLength(0);
const cred = await SDJwt.fromEncode(presentationResult.presentations[1].compactSdJwtVc, hasher);
const claims = await cred.getClaims<Record<string, ClaimValue>>(hasher);

Expand Down

0 comments on commit e714212

Please sign in to comment.