Skip to content

Commit

Permalink
fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilyjjo committed Oct 1, 2024
1 parent 28367a7 commit cd22f37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,7 @@ mod test {
}

#[tokio::test]
#[allow(clippy::too_many_lines)]
async fn transactions_container_clean_account_stale_expired() {
let mut pending_txs = PendingTransactions::new(TX_TTL);
let signing_key_0 = SigningKey::from([1; 32]);
Expand Down

0 comments on commit cd22f37

Please sign in to comment.