From 91cf39fb08cd825413d7719fd24b83b10d587352 Mon Sep 17 00:00:00 2001 From: Antoine Riard Date: Thu, 2 Sep 2021 21:52:23 -0400 Subject: [PATCH] -f test_background_event_handling --- lightning-background-processor/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lightning-background-processor/src/lib.rs b/lightning-background-processor/src/lib.rs index 4e6fb6f02..c7d55ae61 100644 --- a/lightning-background-processor/src/lib.rs +++ b/lightning-background-processor/src/lib.rs @@ -614,6 +614,7 @@ mod tests { .expect("SpendableOutputs not handled within deadline"); match event { Event::SpendableOutputs { .. } => {}, + Event::ChannelClosed { .. } => {}, _ => panic!("Unexpected event: {:?}", event), } -- 2.39.5