Skip to content

Commit 60208c2

Browse files
committed
chore: update tests to capture bug fix
1 parent 89f0109 commit 60208c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/devices/traits/a01/test_init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def test_dyad_api_query_values(mock_channel: AsyncMock, mock_send: AsyncMo
6969
call(
7070
mock_channel,
7171
{
72-
RoborockDyadDataProtocol.ID_QUERY: [209, 201, 207, 214, 215, 227, 229, 230, 222, 224],
72+
RoborockDyadDataProtocol.ID_QUERY: "[209, 201, 207, 214, 215, 227, 229, 230, 222, 224]",
7373
},
7474
),
7575
]
@@ -176,7 +176,7 @@ async def test_zeo_api_query_values(mock_channel: AsyncMock, mock_send: AsyncMoc
176176
call(
177177
mock_channel,
178178
{
179-
RoborockZeoProtocol.ID_QUERY: [203, 207, 226, 227, 224, 218],
179+
RoborockZeoProtocol.ID_QUERY: "[203, 207, 226, 227, 224, 218]",
180180
},
181181
),
182182
]

0 commit comments

Comments
 (0)