fixes an off by one error
This commit is contained in:
Michael Schmoock
2022-02-21 11:02:28 +01:00
parent f472484acd
commit 23a8f09b4d
2 changed files with 1 additions and 2 deletions

View File

@@ -143,7 +143,6 @@ def test_forward_ok(node_factory, executor):
assert(m2['verified'] is True)
@pytest.mark.xfail(raises=concurrent.futures._base.TimeoutError)
def test_read_tip(node_factory, executor):
"""Testcase for issue #331 https://github.com/lightningd/plugins/issues/331