Remove log assertions in `chanmon_update_fail_tests`
authorMatt Corallo <git@bluematt.me>
Thu, 17 Nov 2022 04:30:36 +0000 (04:30 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 17 Nov 2022 17:57:17 +0000 (17:57 +0000)
commitc8c0997862d9afa0cd6fe637ca5872e126eea21f
treeaba9aefca2f6038a7fcf371e216da7a9202611df
parent7269fa2024ad1ab60f195e0e3a04bf184fb0f740
Remove log assertions in `chanmon_update_fail_tests`

Asserting that specific log entries were printed isn't all that
useful, we should really be focusing on the expected messages (or,
when a monitor udpate fails, the lack thereof). In the next commit
one of these log checks would otherwise break due to the particular
time a monitor update fails changing, but I also plan on reworking
the montior update flows substantially soon, breaking lots of them.
lightning/src/ln/chanmon_update_fail_tests.rs