fix: add missing closes to tests (#49)
This commit is contained in:
@@ -182,3 +182,5 @@ async def test_methods(interface_class):
|
||||
|
||||
bus1.disconnect()
|
||||
bus2.disconnect()
|
||||
bus1._sock.close()
|
||||
bus2._sock.close()
|
||||
|
||||
Reference in New Issue
Block a user