Skip to content

Commit c271a6f

Browse files
committed
Add missing client, server disconnect
1 parent 3ccc092 commit c271a6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_adam.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ async def test_connect_adam_plus_anna_new_regulation_off(self):
178178

179179
await self.device_test(smile, "2023-12-17 00:00:01", testdata)
180180

181+
await smile.close_connection()
182+
await self.disconnect(server, client)
183+
181184
@pytest.mark.asyncio
182185
async def test_connect_adam_zone_per_device(self):
183186
"""Test an extensive setup of Adam with a zone per device."""

0 commit comments

Comments
 (0)