Bump `hashbrown` dependency to 0.13
[rust-lightning] / lightning / src / ln / monitor_tests.rs
index 6a56c3cf816c7c518ea524601ecbaf2020a7a90b..aaa4a0f66c8e8e3816e684cdbed97079adf67127 100644 (file)
@@ -2572,7 +2572,7 @@ fn test_anchors_aggregated_revoked_htlc_tx() {
                        check_spends!(revoked_htlc_claim, htlc_tx);
                }
 
-               let mut revoked_claim_transaction_map = HashMap::new();
+               let mut revoked_claim_transaction_map = new_hash_map();
                for current_tx in txn.into_iter() {
                        revoked_claim_transaction_map.insert(current_tx.txid(), current_tx);
                }