Skip to content

Commit

Permalink
fix LIT-Protocol#771 verify bls signature test
Browse files Browse the repository at this point in the history
  • Loading branch information
susumutomita committed Jan 16, 2025
1 parent d4e1a64 commit afc76d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ describe('BlsSessionSigVerify', () => {
Date.now() + 1000 * 60 * 60 * 24 * 7
).toISOString(),
notBefore: new Date(Date.now()).toISOString(),
issuedAt: new Date().toISOString(),
})
)
).toBeUndefined();
Expand Down

0 comments on commit afc76d0

Please sign in to comment.