Skip to content

Commit

Permalink
fix deno test
Browse files Browse the repository at this point in the history
  • Loading branch information
ovx committed Sep 2, 2024
1 parent 1937f08 commit 6e4efec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Deno.test('verifySolution()', async (t) => {
salt: challenge.salt,
signature: challenge.signature,
},
hmacKey
hmacKey,
false // don't check expires
);
assertEquals(ok, true);
});
Expand Down

0 comments on commit 6e4efec

Please sign in to comment.