Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: stop tests from overwriting contract.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 22, 2023
1 parent 8f0014d commit 65ef893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/barretenberg_shim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ fn contract_command() {

assert!(write_vk_command.run().is_ok());

let path_to_contract_output = "./src/contract.sol";
let path_to_contract_output = "./src/plonk_vk.sol";
let contract_command = ContractCommand {
verbose: true,
path_to_vk: path_to_vk_output.to_string(),
Expand Down

0 comments on commit 65ef893

Please sign in to comment.