Skip to content

Commit

Permalink
evil clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Nov 14, 2024
1 parent 5258ca5 commit 4f70ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dex/pair/tests/pair_rs_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ fn try_add_liq_disabled_test() {
.assert_ok();

// try add liquidity through simple-lock SC - one locked (WEGLD) token, one unlocked (MEX)
let transfers = vec![
let transfers = [
TxTokenTransfer {
token_identifier: LOCKED_TOKEN_ID.to_vec(),
nonce: 1,
Expand Down

0 comments on commit 4f70ada

Please sign in to comment.