]> git.bitcoin.ninja Git - rust-lightning/commitdiff
-f test_background_event_handling
authorAntoine Riard <dev@ariard.me>
Fri, 3 Sep 2021 01:52:23 +0000 (21:52 -0400)
committerAntoine Riard <dev@ariard.me>
Fri, 17 Sep 2021 22:41:19 +0000 (18:41 -0400)
lightning-background-processor/src/lib.rs

index 4e6fb6f02dfdf7a2f43f21d9f176f5f528f270d3..c7d55ae61b7ecdc9ebb586654efd76a0dd650397 100644 (file)
@@ -614,6 +614,7 @@ mod tests {
                        .expect("SpendableOutputs not handled within deadline");
                match event {
                        Event::SpendableOutputs { .. } => {},
+                       Event::ChannelClosed { .. } => {},
                        _ => panic!("Unexpected event: {:?}", event),
                }