Skip to content

Commit

Permalink
address clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Oct 29, 2024
1 parent b01d1cd commit d970de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fn test_fill_order_fails_when_order_recipient_is_mailbox() {
let user_address = deps.api.with_prefix("osmo").addr_make("user");

let test_payload = to_json_binary(&BankMsg::Send {
to_address: "solver".to_string().into(),
to_address: "solver".to_string(),
amount: vec![coin(98_000_000, "uusdc")],
})
.unwrap();
Expand Down

0 comments on commit d970de8

Please sign in to comment.