From b473998cf7e22a9b46e27c1f14ce92afcacf4530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Thu, 21 Dec 2023 14:25:47 +0000 Subject: [PATCH] yuhu, time for some holidays --- vite-hardhat/test/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite-hardhat/test/index.ts b/vite-hardhat/test/index.ts index 0f755b4..701d0a4 100644 --- a/vite-hardhat/test/index.ts +++ b/vite-hardhat/test/index.ts @@ -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 () => {