From 33f16de73bf7e3db0216c3921d5d7ae1f61beb19 Mon Sep 17 00:00:00 2001 From: Valentine Wallace Date: Mon, 4 Mar 2024 14:06:31 -0500 Subject: [PATCH] f use "round" in test name --- lightning/src/ln/blinded_payment_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/src/ln/blinded_payment_tests.rs b/lightning/src/ln/blinded_payment_tests.rs index 3adf28e5d4f..7adac5472b5 100644 --- a/lightning/src/ln/blinded_payment_tests.rs +++ b/lightning/src/ln/blinded_payment_tests.rs @@ -1134,7 +1134,7 @@ fn min_htlc() { } #[test] -fn high_prop_fees() { +fn conditionally_round_fwd_amt() { // Previously, the (rng-found) feerates below caught a bug where an intermediate node would // calculate an amt_to_forward that underpaid them by 1 msat, caused by rounding up the outbound // amount on top of an already rounded-up total routing fee. Ensure that we'll conditionally round