Skip to content

Commit 981bc8a

Browse files
committed
Apply rustfmt to new unified payment test
1 parent 4de807a commit 981bc8a

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
@@ -3010,7 +3010,8 @@ async fn unified_send_bolt11_duplicate_payment_no_onchain_fallback() {
30103010
let expiry_sec = 4_000;
30113011

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

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

0 commit comments

Comments
 (0)