Skip to content

Commit 9c2d37c

Browse files
committed
Fix unused mut warning in unified persistence fallback test
1 parent 30aff00 commit 9c2d37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration_tests_rust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3527,7 +3527,7 @@ async fn unified_send_bolt11_persistence_failure_no_onchain_fallback() {
35273527

35283528
// Node A (sender) runs on a store that fails writes, so the payment-store insert after
35293529
// `pay_for_bolt11_invoice` succeeds will surface as `PersistenceFailed`.
3530-
let mut config_a = random_config();
3530+
let config_a = random_config();
35313531
setup_builder!(builder_a, config_a.node_config);
35323532
let mut sync_config = EsploraSyncConfig::default();
35333533
sync_config.background_sync_config = None;

0 commit comments

Comments
 (0)