Browse Source

follow-up prev: fix linter

master
SomberNight 1 year ago
parent
commit
ccc4cb7f57
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      tests/test_lnpeer.py

2
tests/test_lnpeer.py

@ -1231,7 +1231,7 @@ class TestPeerDirect(TestPeer):
await util.wait_for2(p2.initialized, 1)
# bob closes channel with different shutdown script
await p1.close_channel(alice_channel.channel_id)
assert False, "p1.close_channel should have raised above!"
self.fail("p1.close_channel should have raised above!")
async def main_loop(peer):
async with peer.taskgroup as group:

Loading…
Cancel
Save