Skip to content

Commit

Permalink
update mempool stats test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cifko committed Sep 30, 2021
1 parent f9b29d0 commit 70f0e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/tests/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ async fn test_insert_and_process_published_block() {
assert_eq!(stats.total_txs, 0);
assert_eq!(stats.unconfirmed_txs, 0);
assert_eq!(stats.reorg_txs, 1);
assert_eq!(stats.total_weight, 30);
assert_eq!(stats.total_weight, 0);
}

#[tokio::test]
Expand Down

0 comments on commit 70f0e39

Please sign in to comment.