Skip to content

Commit

Permalink
Added veto to dao-proposal-multiple.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Dec 2, 2023
1 parent 6b228ce commit 6b0aa22
Show file tree
Hide file tree
Showing 11 changed files with 727 additions and 66 deletions.
3 changes: 3 additions & 0 deletions contracts/pre-propose/dao-pre-propose-multiple/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ fn get_default_proposal_module_instantiate(
},
},
close_proposal_on_execution_failure: false,
veto: None,
}
}

Expand Down Expand Up @@ -1065,6 +1066,7 @@ fn test_instantiate_with_zero_native_deposit() {
},
},
close_proposal_on_execution_failure: false,
veto: None,
}
};

Expand Down Expand Up @@ -1127,6 +1129,7 @@ fn test_instantiate_with_zero_cw20_deposit() {
},
},
close_proposal_on_execution_failure: false,
veto: None,
}
};

Expand Down
Loading

0 comments on commit 6b0aa22

Please sign in to comment.