Skip to content

Commit

Permalink
fix: propose description
Browse files Browse the repository at this point in the history
  • Loading branch information
jjranalli committed May 16, 2023
1 parent 444d52e commit cf71320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/TestProposeWithModule.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract TestProposeWithModuleScript is Script {
address deployer = vm.rememberKey(vm.envUint("MANAGER_KEY"));

bytes memory proposalData = _formatProposalData(true, true);
string memory description = "# Approval Voting Test\n\nHello op";
string memory description = "# Approval Voting Test 3\nHello op";

vm.startBroadcast(deployer);

Expand Down

0 comments on commit cf71320

Please sign in to comment.