Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslara committed Apr 17, 2023
1 parent 550bb58 commit 7176d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cw20-ics20/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ mod test {
};

// works with proper funds
let msg = ExecuteMsg::Transfer(transfer.clone());
let msg = ExecuteMsg::Transfer(transfer);
let info = mock_info("foobar", &coins(1234567, "ucosm"));
let res = execute(deps.as_mut(), mock_env(), info, msg).unwrap();
assert_eq!(res.messages[0].gas_limit, None);
Expand Down

0 comments on commit 7176d26

Please sign in to comment.