Skip to content

Commit

Permalink
fix merge fail
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Nov 14, 2024
1 parent b0cd070 commit f25465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fiber/tests/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ fn test_graph_build_route_with_double_edge_node() {
allow_self_payment: true,
};
let payment_data = SendPaymentData::new(command, node0.into()).unwrap();
let route = network.graph.build_route(&payment_data);
let route = network.graph.build_route(payment_data);
assert!(route.is_ok());
}

Expand Down

0 comments on commit f25465f

Please sign in to comment.