fix clippy things (#1200)

This commit is contained in:
Svyatoslav Nikolsky
2021-11-04 15:59:20 +03:00
committed by Bastian Köcher
parent 48121604cd
commit c2b38ba530
9 changed files with 26 additions and 26 deletions
@@ -552,7 +552,7 @@ mod tests {
// when we resubmit tx for the second time, 1/9 of queue is skipped
context = context.notice_resubmitted_transaction(Hash::from([3; 32]));
assert_eq!(
select_transaction_from_queue(queued_transactions.clone(), &context),
select_transaction_from_queue(queued_transactions, &context),
Some(Bytes(vec![1])),
);
}