Commit 169ed594 authored by Ezio Melotti's avatar Ezio Melotti

#11112: Fix typo in a base class in test_socket.

parent 00dc60be
...@@ -1379,7 +1379,7 @@ class TCPTimeoutTest(SocketTCPTest): ...@@ -1379,7 +1379,7 @@ class TCPTimeoutTest(SocketTCPTest):
# no alarm can be pending. Safe to restore old handler. # no alarm can be pending. Safe to restore old handler.
signal.signal(signal.SIGALRM, old_alarm) signal.signal(signal.SIGALRM, old_alarm)
class UDPTimeoutTest(SocketTCPTest): class UDPTimeoutTest(SocketUDPTest):
def testUDPTimeout(self): def testUDPTimeout(self):
def raise_timeout(*args, **kwargs): def raise_timeout(*args, **kwargs):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment