Skip to content

Commit 67b8350

Browse files
committed
Correct remaining asserts
1 parent 8010cd2 commit 67b8350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_smile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,7 +2114,7 @@ async def test_connect_adam_zone_per_device(self):
21142114
good_schedules=["GF7 Woonkamer"],
21152115
unhappy=True,
21162116
)
2117-
assert result
2117+
assert not result
21182118
result = await self.tinker_thermostat(
21192119
smile,
21202120
"82fa13f017d240daa0d0ea1775420f24",
@@ -2535,7 +2535,7 @@ async def test_connect_adam_multiple_devices_per_zone(self):
25352535
good_schedules=["GF7 Woonkamer"],
25362536
unhappy=True,
25372537
)
2538-
assert result
2538+
assert not result
25392539

25402540
result = await self.tinker_thermostat(
25412541
smile,

0 commit comments

Comments
 (0)