diff --git a/test/fullprocess.js b/test/fullprocess.js index 4318fa6..0440f94 100644 --- a/test/fullprocess.js +++ b/test/fullprocess.js @@ -49,7 +49,7 @@ describe("Full process", function () { }); it ("powersoftau import response", async () => { - await snarkjs.powersOfTau.importResponse(ptau_1, ptau_response2, ptau_2, "C2"); + await snarkjs.powersOfTau.importResponse(ptau_1, ptau_response2, ptau_2, "C2", true); }); it ("powersoftau beacon", async () => {