Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Feb 28, 2024
1 parent 2dad4c0 commit 9d331c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions multisig/tests/multisig_rust_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ fn eth_to_mx_transfer_both_rejected_test() {
let mut transfers = MultiValueEncoded::new();
let user_eth_addr = EthAddress {
raw_addr: ManagedByteArray::new_from_bytes(&[
01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
]),
};
transfers.push(
Expand Down

0 comments on commit 9d331c2

Please sign in to comment.