Skip to content

Commit 976632a

Browse files
committed
Correct device-item counts
1 parent fcf9661 commit 976632a

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
@@ -1525,7 +1525,7 @@ async def test_connect_adam_plus_anna(self):
15251525
assert not smile._smile_legacy
15261526

15271527
await self.device_test(smile, testdata)
1528-
assert self.device_items == 73
1528+
assert self.device_items == 70
15291529
assert not self.notifications
15301530

15311531
result = await self.tinker_thermostat(
@@ -1577,7 +1577,7 @@ async def test_connect_adam_plus_anna_copy_with_error_domain_added(self):
15771577
assert not smile._smile_legacy
15781578

15791579
await self.device_test(smile, testdata)
1580-
assert self.device_items == 72
1580+
assert self.device_items == 69
15811581

15821582
assert "3d28a20e17cb47dca210a132463721d5" in self.notifications
15831583

0 commit comments

Comments
 (0)