Skip to content

Commit

Permalink
chore: fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 3, 2023
1 parent dafda21 commit 22e91cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/integration-tests/test/browser/recursion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ async function getCircuit(noirSource: string) {
return noirSource;
});

return compile({});
// We're ignoring this in the resolver but pass in something sensible.
return compile('./main.nr');
}

describe('It compiles noir program code, receiving circuit bytes and abi object.', () => {
Expand Down

0 comments on commit 22e91cb

Please sign in to comment.