Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
sklppy88 committed Nov 12, 2024
1 parent e305f48 commit c4544b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/circuits.js/src/tests/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export function getBenchmarkContractArtifact(): ContractArtifact {
return loadContractArtifact(content);
}

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

0 comments on commit c4544b9

Please sign in to comment.