Skip to content

Commit

Permalink
Update packages/credentials/tests/presentation-exchange.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Hinek <[email protected]>
  • Loading branch information
nitro-neal and frankhinek authored Dec 13, 2023
1 parent 990dc05 commit bb0e3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/credentials/tests/presentation-exchange.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ describe('PresentationExchange', () => {
expect(presentationEvaluationResults.warnings).to.deep.equal([]);

const presentationSubmission = presentationResult.presentationSubmission;
const result = PresentationExchange.validateSubmission({presentationSubmission});
const result = PresentationExchange.validateSubmission({ presentationSubmission });
expect(result).to.deep.equal([{ tag: 'root', status: 'info', message: 'ok' }]);
});

Expand Down

0 comments on commit bb0e3a0

Please sign in to comment.