]> git.bitcoin.ninja Git - rust-lightning/commit
Don't ignore events in `test_yield_anchors_events`
authorMatt Corallo <git@bluematt.me>
Tue, 27 Aug 2024 16:44:58 +0000 (16:44 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 27 Aug 2024 19:57:34 +0000 (19:57 +0000)
commit80dd594099808c031b1472b7c9ef7189ad67b04a
tree842ff504b0d950d9fcedfefae4cf0ec5834785da
parent3f23e3c2884c2d752cd35acc1b479c29a39f8836
Don't ignore events in `test_yield_anchors_events`

Our tests should never ignore the events generated as they provide
critical context about what's happening in LDK. Here we fix
`test_yield_anchors_events` to avoid doing so.
lightning/src/ln/monitor_tests.rs