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 457bee2 commit 9d20c20Copy full SHA for 9d20c20
tests/test_adam.py
@@ -55,6 +55,10 @@ async def test_connect_adam_zone_per_device(self):
55
smile, "675416a629f343c495449970e2ca37b5"
56
)
57
assert not switch_change
58
+
59
+ reboot = await self.tinker_reboot(smile)
60
+ assert reboot
61
62
await smile.close_connection()
63
await self.disconnect(server, client)
64
@@ -257,9 +261,6 @@ async def test_connect_adam_plus_anna_new(self):
257
261
"e8ef2a01ed3b4139a53bf749204fe6b4",
258
262
]
259
263
260
- reboot = await self.tinker_reboot(smile)
- assert reboot
-
264
result = await self.tinker_thermostat(
265
smile,
266
"f2bf9048bef64cc5b6d5110154e33c81",
0 commit comments