File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1098,7 +1098,7 @@ async def test_connect_adam_zone_per_device(self):
10981098 smile , "82fa13f017d240daa0d0ea1775420f24" , good_schemas = ["CV Jessie" ]
10991099 )
11001100 switch_change = await self .tinker_switch (smile , "675416a629f343c495449970e2ca37b5" )
1101- assert switch_change
1101+ assert not switch_change
11021102 await smile .close_connection ()
11031103 await self .disconnect (server , client )
11041104
@@ -1193,7 +1193,7 @@ async def test_connect_adam_multiple_devices_per_zone(self):
11931193 smile , "82fa13f017d240daa0d0ea1775420f24" , good_schemas = ["CV Jessie" ]
11941194 )
11951195 switch_change = await self .tinker_switch (smile , "675416a629f343c495449970e2ca37b5" )
1196- assert switch_change
1196+ assert not switch_change
11971197 await smile .close_connection ()
11981198 await self .disconnect (server , client )
11991199
You can’t perform that action at this time.
0 commit comments