Skip to content

Commit

Permalink
Update contracts/cw3-flex-multisig/src/contract.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mauro Lacy <maurolacy@users.noreply.github.com>
  • Loading branch information
ethanfrey and maurolacy authored Dec 8, 2020
1 parent e03a99e commit b6c9788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cw3-flex-multisig/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ mod tests {
assert_eq!(res.unwrap_err(), ContractError::Unauthorized {}.to_string());

// Wrong expiration option fails
let msgs = match pay_somebody_proposal(&flex_addr) {
let msgs = match proposal.clone() {
HandleMsg::Propose { msgs, .. } => msgs,
_ => panic!("Wrong variant"),
};
Expand Down

0 comments on commit b6c9788

Please sign in to comment.