Make tests more robust against different connection styles
authorMatt Corallo <git@bluematt.me>
Sun, 15 May 2022 19:38:01 +0000 (19:38 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 17 May 2022 20:19:38 +0000 (20:19 +0000)
commitc639920dcae94d0a24941ace361630bf80c3d414
tree5d3d86501434d9e91e44d2b1cb1b79d01f8c1ef2
parent9ac483bc8445b27b4c59de7dd7d371188b50c858
Make tests more robust against different connection styles

In the next commit we'll randomize the `ConnectStyle` used in each
test. However, some tests are slightly too prescriptive, which we
address here in a few places.
lightning/src/ln/functional_tests.rs
lightning/src/ln/payment_tests.rs