Skip to content

Commit 9d20c20

Browse files
committed
Put reboot tests together
1 parent 457bee2 commit 9d20c20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/test_adam.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ async def test_connect_adam_zone_per_device(self):
5555
smile, "675416a629f343c495449970e2ca37b5"
5656
)
5757
assert not switch_change
58+
59+
reboot = await self.tinker_reboot(smile)
60+
assert reboot
61+
5862
await smile.close_connection()
5963
await self.disconnect(server, client)
6064

@@ -257,9 +261,6 @@ async def test_connect_adam_plus_anna_new(self):
257261
"e8ef2a01ed3b4139a53bf749204fe6b4",
258262
]
259263

260-
reboot = await self.tinker_reboot(smile)
261-
assert reboot
262-
263264
result = await self.tinker_thermostat(
264265
smile,
265266
"f2bf9048bef64cc5b6d5110154e33c81",

0 commit comments

Comments
 (0)