Skip to content

Commit

Permalink
fix word in test
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Oct 16, 2024
1 parent bce5a67 commit f613407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/mempool/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ fn mempool_capacity() {
gen_l2_tx(account3, Nonce(1)),
];
mempool.insert(transactions, HashMap::new());
// Mempool is full. Accounts with non-sequential nonces and some accounts with lowest score got stashed
// Mempool is full. Accounts with non-sequential nonces and some accounts with lowest score should be purged.
assert_eq!(
HashSet::<_>::from_iter(mempool.get_mempool_info().purged_accounts),
HashSet::<_>::from_iter(vec![account2, account3]),
Expand Down

0 comments on commit f613407

Please sign in to comment.