We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f439dea commit bb7d170Copy full SHA for bb7d170
1 file changed
tests/integration_tests_rust.rs
@@ -3019,7 +3019,7 @@ async fn test_peer_removed_on_counterparty_force_close() {
3019
}
3020
3021
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
3022
-async fn test_peer_retained_on_local_force_close() {
+async fn test_peer_not_persisted_on_local_force_close() {
3023
// When WE force-close, keep the peer in the store so we can reconnect
3024
// and complete channel_reestablish recovery. This matters especially
3025
// for LND counterparties that may not handle force-closure error
0 commit comments