Skip to content

Commit d2e30c9

Browse files
committed
Apply rustfmt to new unified payment test
1 parent 74c4c41 commit d2e30c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration_tests_rust.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2955,7 +2955,8 @@ async fn unified_send_bolt11_duplicate_payment_no_onchain_fallback() {
29552955
let expiry_sec = 4_000;
29562956

29572957
// Receive a unified payment on node_b — this will produce a URI with BOLT12 offer + BOLT11 invoice.
2958-
let uri_str = node_b.unified_payment().receive(expected_amount_sats, "asdf", expiry_sec).unwrap();
2958+
let uri_str =
2959+
node_b.unified_payment().receive(expected_amount_sats, "asdf", expiry_sec).unwrap();
29592960

29602961
// Strip the BOLT12 offer so the URI resolves to BOLT11 only (no BOLT12, no on-chain fallback).
29612962
let uri_str_bolt11_only = uri_str.split("&lno=").next().unwrap();

0 commit comments

Comments
 (0)