From b4a4cd7d28b928838cc0062dc32e84ca976805ee Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 7 Sep 2023 10:20:38 -0500 Subject: [PATCH] chore: remove --- tests/client/test_aio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/client/test_aio.py b/tests/client/test_aio.py index f795626a..5e4d5e54 100644 --- a/tests/client/test_aio.py +++ b/tests/client/test_aio.py @@ -21,5 +21,6 @@ async def test_fast_disconnect(): introspection = await bus2.introspect(bus_name, "/test/path") bus2.get_proxy_object(bus_name, "/test/path", introspection) bus2.disconnect() + bus.disconnect() await bus.wait_for_disconnect() await bus2.wait_for_disconnect()