Skip to content

Commit 84ddfe4

Browse files
committed
Correct device-items count
1 parent 7a1745b commit 84ddfe4

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
@@ -5124,7 +5124,7 @@ async def test_connect_p1v4_440beta_single(self):
51245124

51255125
await self.device_test(smile, testdata)
51265126
assert smile.gateway_id == "a455b61e52394b2db5081ce025a430f3"
5127-
assert self.device_items == 29
5127+
assert self.device_items == 31
51285128
assert not self.notifications
51295129

51305130
await smile.close_connection()

0 commit comments

Comments
 (0)