rust-lightning/lightning
Matt Corallo f3067b84c6 Drop the fails_paying_for_bolt12_invoice test
`fails_paying_for_bolt12_invoice` tests that we fail to send a
payment if the router returns `Ok` but includes a bogus route (one
with 0-length paths). While this marginally increases our test
coverage, in the next commit we'll be testing that all routes
round-trip serialization, which fails here as bogus routes are not
supported in deserialization.

Because this isn't particularly critical test coverage, we simply
opt to drop the test entirely here.
2024-02-16 18:42:29 +00:00
..
src Drop the fails_paying_for_bolt12_invoice test 2024-02-16 18:42:29 +00:00
Cargo.toml Bump hashbrown dependency to 0.13 2024-02-02 18:05:08 +00:00