Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Nov 30, 2023
1 parent 7b1d007 commit 7ec791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/validateSignature.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe('validateSignature.ts', function () {

it('validate response signature - no embedded cert, use different cert, should fail validate', function () {
try {
const value = validateSignature(validResponseSigned_noX509, singlePublicKeyNotUsedToSign, null);
validateSignature(validResponseSigned_noX509, singlePublicKeyNotUsedToSign, null);
} catch (error) {
expect(error).to.be.ok;
}
Expand Down

0 comments on commit 7ec791e

Please sign in to comment.