Skip to content

Commit

Permalink
Merge branch 'feat/qp-precompute-selector' of https://github.com/zkem…
Browse files Browse the repository at this point in the history
…ail/zk-email-verify into feat/qp-precompute-selector
  • Loading branch information
devin-ai-integration[bot] committed Dec 12, 2024
2 parents 26c7acf + 13d6e82 commit 1d9c148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helpers/tests/input-generators.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('Input generators', () => {
generateEmailVerifierInputs(email, {
shaPrecomputeSelector: 'Bla Bla',
}),
).rejects.toThrow('SHA precompute selector "Bla Bla" not found in the body');
).rejects.toThrow('SHA precompute selector "Bla Bla" not found in cleaned body');
});

it('should handle UTF-8 characters in selector and body', async () => {
Expand Down

0 comments on commit 1d9c148

Please sign in to comment.