Skip to content

Commit b8b82ac

Browse files
committed
test: Remover reference to FakeBroker
1 parent 21b0660 commit b8b82ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class FakeSocketHandler:
2626
2727
The socket handler is used to intercept the socket send and recv calls and
2828
populate the response buffer with data to be sent back to the client. The
29-
FakeBroker handles the incoming requests and prepares the responses.
29+
handle request callback handles the incoming requests and prepares the responses.
3030
"""
3131

3232
def __init__(self, handle_request: RequestHandler) -> None:

0 commit comments

Comments
 (0)