Skip to content

Commit df23c0c

Browse files
allenporterLash-L
andauthored
Update tests/devices/traits/v1/test_command.py
Co-authored-by: Luke Lashley <conway220@gmail.com>
1 parent fbe7989 commit df23c0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/devices/traits/v1/test_command.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ async def test_send_command_success(command_trait: CommandTrait) -> None:
2727
result = await command_trait.send(RoborockCommand.APP_START)
2828

2929
# Verify the result
30-
assert result == {'result': 'ok'}
30+
assert result == {'result': '
31+
"ok"}
3132

3233
# Verify the RPC call was made correctly
3334
mock_rpc_channel.send_command.assert_called_once_with(RoborockCommand.APP_START, params=None)

0 commit comments

Comments
 (0)