Skip to content

Commit 71aa796

Browse files
committed
Fix device-items count
1 parent 5cb862a commit 71aa796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5185,7 +5185,7 @@ async def test_connect_p1v4_440beta_triple(self):
51855185

51865186
await self.device_test(smile, testdata)
51875187
assert smile.gateway_id == "03e65b16e4b247a29ae0d75a78cb492e"
5188-
assert self.device_items == 29
5188+
assert self.device_items == 31
51895189
assert not self.notifications
51905190

51915191
await smile.close_connection()

0 commit comments

Comments
 (0)