Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk committed Jan 13, 2025
1 parent 17bd8f2 commit e5771b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion substrate/client/transaction-pool/tests/fatp_prios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ fn fatp_prios_watcher_full_mempool_higher_prio_is_accepted_with_subtree() {
assert_pool_status!(header01.hash(), &pool, 4, 0);
assert_eq!(pool.mempool_len().1, 4);


let xt4_watcher = block_on(pool.submit_and_watch(invalid_hash(), SOURCE, xt4.clone())).unwrap();
assert_pool_status!(header01.hash(), &pool, 2, 0);
assert_ready_iterator!(header01.hash(), pool, [xt3, xt4]);
Expand Down

0 comments on commit e5771b9

Please sign in to comment.