Skip to content

Commit afc76d0

Browse files
committed
fix #771 verify bls signature test
1 parent d4e1a64 commit afc76d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/lit-node-client-nodejs/src/lib/helpers/validate-bls-session-sigs.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ describe('BlsSessionSigVerify', () => {
5656
Date.now() + 1000 * 60 * 60 * 24 * 7
5757
).toISOString(),
5858
notBefore: new Date(Date.now()).toISOString(),
59+
issuedAt: new Date().toISOString(),
5960
})
6061
)
6162
).toBeUndefined();

0 commit comments

Comments
 (0)