Skip to content

Commit

Permalink
clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed Nov 13, 2024
1 parent 88cf10a commit b864047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn confirm_all_test() {
NR_WINNING_TICKETS,
launchpad_guaranteed_tickets_v2::contract_obj,
);
let unlock_milestones = vec![(0, 10000).into()];
let unlock_milestones = vec![(0, 10000)];
lp_setup.set_unlock_schedule(unlock_milestones);
lp_setup.b_mock.set_block_nonce(CONFIRM_START_BLOCK);
let participants = lp_setup.participants.clone();
Expand Down

0 comments on commit b864047

Please sign in to comment.