Skip to content

Commit

Permalink
yuhu, time for some holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Dec 21, 2023
1 parent 10077f5 commit b473998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite-hardhat/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('It compiles noir program code, receiving circuit bytes and abi object.
// @ts-ignore
const backend = new BarretenbergBackend(compiled.program);
// @ts-ignore
noir = new Noir(compiled, backend);
noir = new Noir(compiled.program, backend);
});

it('Should generate valid proof for correct input', async () => {
Expand Down

0 comments on commit b473998

Please sign in to comment.