Skip to content

Commit 21b0660

Browse files
committed
test: Update docstring on a test utility method
1 parent 85b0ecf commit 21b0660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ async def test_connect_failure(
178178

179179

180180
def build_rpc_response(message: dict[str, Any]) -> bytes:
181+
"""Build an encoded RPC response message."""
181182
return MessageParser.build(
182183
[
183184
RoborockMessage(

0 commit comments

Comments
 (0)