From: Antoine Riard Date: Fri, 3 Sep 2021 01:52:23 +0000 (-0400) Subject: -f test_background_event_handling X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=91cf39fb08cd825413d7719fd24b83b10d587352;p=rust-lightning -f test_background_event_handling --- 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), }