Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jul 22, 2024
1 parent 0108c2e commit 076593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export function runIndexTests(bls: IBls): void {

it("should fail verify empty message", () => {
const n = 4;
const sets = getN(n, (i) => {
const sets = getN(n, () => {
const sk = bls.SecretKey.fromKeygen();
const publicKey = sk.toPublicKey();
const message = randomMessage();
Expand Down

0 comments on commit 076593d

Please sign in to comment.