Skip to content

Commit

Permalink
Fix sync unix connect test
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanvalur committed Sep 12, 2023
1 parent 9e939fc commit 78140b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_request(self):
return connstream, fromaddr


if hasattr(socket, "UnixStreamServer"):
if hasattr(socketserver, "UnixStreamServer"):

class _RedisUDSServer(socketserver.UnixStreamServer):
def __init__(self, *args, **kw) -> None:
Expand Down

0 comments on commit 78140b0

Please sign in to comment.