WIP: fix proof expected result

This commit is contained in:
Eric Mastro 2022-06-15 17:38:08 +10:00
parent e6a99a0716
commit c14de10672
No known key found for this signature in database
GPG Key ID: 141E3048D95A4E63
1 changed files with 1 additions and 1 deletions

View File

@ -309,6 +309,6 @@ describe("Bn254", function () {
], ],
}, },
} }
expect(await bn254.callStatic.verifyProof(proof)).to.be.equal(false) expect(await bn254.callStatic.verifyProof(proof)).to.be.equal(true)
}) })
}) })