Skip to content

Commit 28fdfd9

Browse files
committed
f - rename tests
1 parent ec6faac commit 28fdfd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/offers_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fn extract_invoice<'a, 'b, 'c>(node: &Node<'a, 'b, 'c>, message: &OnionMessage)
105105
/// rather than exposing a node's pubkey. Since a direct connection is currently required, the
106106
/// node's pubkey is instead used as the introduction node in any blinded paths.
107107
#[test]
108-
fn creates_and_pays_for_offer_using_blinded_paths() {
108+
fn creates_and_pays_for_offer_using_one_hop_blinded_path() {
109109
let chanmon_cfgs = create_chanmon_cfgs(2);
110110
let node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
111111
let node_chanmgrs = create_node_chanmgrs(2, &node_cfgs, &[None, None]);
@@ -162,7 +162,7 @@ fn creates_and_pays_for_offer_using_blinded_paths() {
162162
/// rather than exposing a node's pubkey. Since a direct connection is currently required, the
163163
/// node's pubkey is instead used as the introduction node in any blinded paths.
164164
#[test]
165-
fn creates_and_pays_for_refund_using_blinded_paths() {
165+
fn creates_and_pays_for_refund_using_one_hop_blinded_path() {
166166
let chanmon_cfgs = create_chanmon_cfgs(2);
167167
let node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
168168
let node_chanmgrs = create_node_chanmgrs(2, &node_cfgs, &[None, None]);

0 commit comments

Comments
 (0)