Skip to content

Commit

Permalink
chore: update circuit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Sep 4, 2024
1 parent d192781 commit 4fa904d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ describe("Email Auth With Body Parsing (QP Encoded)", () => {
maxHeaderLength: 640,
maxBodyLength: 768,
ignoreBodyHashCheck: false,
shaPrecomputeSelector: '<div id=3D"zkemail">',
shaPrecomputeSelector: '(<(=\r\n)?d(=\r\n)?i(=\r\n)?v(=\r\n)? (=\r\n)?i(=\r\n)?d(=\r\n)?=3D(=\r\n)?"(=\r\n)?[^"]*(=\r\n)?z(=\r\n)?k(=\r\n)?e(=\r\n)?m(=\r\n)?a(=\r\n)?i(=\r\n)?l(=\r\n)?[^"]*(=\r\n)?"(=\r\n)?[^>]*(=\r\n)?>(=\r\n)?)(=\r\n)?([^<>/]+)(<(=\r\n)?/(=\r\n)?d(=\r\n)?i(=\r\n)?v(=\r\n)?>(=\r\n)?)',
});
const witness = await circuit.calculateWitness(circuitInputsRelevant);
await circuit.checkConstraints(witness);
Expand Down

0 comments on commit 4fa904d

Please sign in to comment.