1
0

tests: interface: more aggressive clean-up

This commit is contained in:
SomberNight
2025-08-08 14:11:22 +00:00
parent cd8bbcd2bb
commit 98c4c9709f
2 changed files with 5 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ class TestLNTransport(ElectrumTestCase):
for t in transports:
t.close()
server.close()
await server.wait_closed()
await f()