Skip to content

Commit

Permalink
test(circuits): update eddsa-proof circuit test
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Jan 16, 2024
1 parent f8cecde commit 60a3fa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/circuits/tests/eddsa-proof.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ describe("eddsa-proof", () => {
}

before(async () => {
circuit = await circomkit.WitnessTester("poseidon-proof", {
circuit = await circomkit.WitnessTester("eddsa-proof", {
file: "eddsa-proof",
template: "EddsaProof"
template: "EddsaProof",
pubs: ["scope"]
})
})

Expand Down

0 comments on commit 60a3fa6

Please sign in to comment.