Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest: fix flake in test_closing_disconnected_notify
We might be disconnected, but the subd isn't dead yet: ``` > assert out[0] == '# peer is offline, will negotiate once they reconnect (5 seconds before unilateral close).' E AssertionError: assert '# Timed out, forcing close.' == ('# peer is offline, will negotiate once they reconnect (5 seconds before '\n 'unilateral close).') E - # peer is offline, will negotiate once they reconnect (5 seconds before unilateral close). E + # Timed out, forcing close. tests/test_closing.py:164: AssertionError ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
- Loading branch information