fixup: checked in with wrong curve

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2022-11-29 12:42:58 +01:00
parent 43ba6e6bf3
commit 3875d06186
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ describe("MerkleTree", function () {
let publicSignals;
before( async () => {
curve = await buildBls12381();
curve = await buildBn128();
});
after( async () => {
await curve.terminate();