We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e07d2 commit 4aea1b9Copy full SHA for 4aea1b9
yarn-project/circuits.js/src/tests/fixtures.ts
@@ -13,9 +13,9 @@ export function getBenchmarkContractArtifact(): ContractArtifact {
13
return loadContractArtifact(content);
14
}
15
16
-// Copied from the build output for the contract `Benchmarking` in noir-contracts
+// Copied from the build output for the contract `Test` in noir-contracts
17
export function getTestContractArtifact(): ContractArtifact {
18
- const path = getPathToFixture('Benchmarking.test.json');
+ const path = getPathToFixture('Test.test.json');
19
const content = JSON.parse(readFileSync(path).toString()) as NoirCompiledContract;
20
21
0 commit comments