Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed May 15, 2023
1 parent e37d911 commit 4f94ef8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/voting/dao-voting-cw4/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,14 @@ pub fn test_instantiate_existing_contract() {
let cw4_power: cw4::MemberResponse = app
.wrap()
.query_wasm_smart(
cw4_addr.clone(),
cw4_addr,
&cw4::Cw4QueryMsg::Member {
addr: ADDR1.to_string(),
at_height: None,
},
)
.unwrap();
assert_eq!(cw4_power.weight.unwrap(), 2);

app.update_block(next_block);
}

#[test]
Expand Down

0 comments on commit 4f94ef8

Please sign in to comment.