We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccc092 commit c271a6fCopy full SHA for c271a6f
tests/test_adam.py
@@ -178,6 +178,9 @@ async def test_connect_adam_plus_anna_new_regulation_off(self):
178
179
await self.device_test(smile, "2023-12-17 00:00:01", testdata)
180
181
+ await smile.close_connection()
182
+ await self.disconnect(server, client)
183
+
184
@pytest.mark.asyncio
185
async def test_connect_adam_zone_per_device(self):
186
"""Test an extensive setup of Adam with a zone per device."""
0 commit comments