We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5748971 commit dfb6449Copy full SHA for dfb6449
test/noir.test.ts
@@ -79,7 +79,7 @@ describe("Integration tests examples", function () {
79
expect(resultJs).to.eq(true);
80
});
81
82
- it("proves and verifies on-chain ultra_plonk", async function () {
+ it("proves and verifies ultra_plonk on-chain", async function () {
83
await this.hre.run("compile");
84
85
// Deploy a verifier contract
0 commit comments