Skip to content

Commit 8e673a5

Browse files
committed
Correct related device-items count
1 parent 2a4828e commit 8e673a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_legacy_anna.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def test_connect_legacy_anna(self):
3030

3131
await self.device_test(smile, "2020-03-22 00:00:01", testdata)
3232
assert smile.gateway_id == "0000aaaa0000aaaa0000aaaa0000aa00"
33-
assert self.device_items == 40
33+
assert self.device_items == 41
3434

3535
result = await self.tinker_legacy_thermostat(smile, schedule_on=False)
3636
assert result

0 commit comments

Comments
 (0)