Skip to content

Commit 9bc33d1

Browse files
committed
Use tinker_max_boiler output
1 parent 6748724 commit 9bc33d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_adam.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ async def test_connect_adam_plus_anna_new(self):
324324

325325
await self.tinker_gateway_mode(smile)
326326
await self.tinker_regulation_mode(smile)
327-
await self.tinker_max_boiler_temp(smile)
327+
tinkered = await self.tinker_max_boiler_temp(smile)
328+
assert tinkered
328329

329330
# Now change some data and change directory reading xml from
330331
# emulating reading newer dataset after an update_interval

0 commit comments

Comments
 (0)