Skip to content

Commit 4aea1b9

Browse files
author
sklppy88
committed
init
1 parent 21e07d2 commit 4aea1b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yarn-project/circuits.js/src/tests/fixtures.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export function getBenchmarkContractArtifact(): ContractArtifact {
1313
return loadContractArtifact(content);
1414
}
1515

16-
// Copied from the build output for the contract `Benchmarking` in noir-contracts
16+
// Copied from the build output for the contract `Test` in noir-contracts
1717
export function getTestContractArtifact(): ContractArtifact {
18-
const path = getPathToFixture('Benchmarking.test.json');
18+
const path = getPathToFixture('Test.test.json');
1919
const content = JSON.parse(readFileSync(path).toString()) as NoirCompiledContract;
2020
return loadContractArtifact(content);
2121
}

0 commit comments

Comments
 (0)