Skip to content

Commit

Permalink
fix test desc
Browse files Browse the repository at this point in the history
  • Loading branch information
yash1io committed Aug 3, 2024
1 parent fceeb02 commit e6fcfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("ToBlocks", () => {
template: "ToBlocks",
params: [15],
});
console.log("@ToBLocks #constraints:", await circuit.getConstraintCount());
console.log("@EncryptCTR #constraints:", await circuit.getConstraintCount());

await circuit.expectPass(
{
Expand Down

0 comments on commit e6fcfac

Please sign in to comment.