Commit 7f78ddc3 authored by Ezio Melotti's avatar Ezio Melotti

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

parent 15cb4892
......@@ -1722,7 +1722,7 @@ class TCPTimeoutTest(SocketTCPTest):
# no alarm can be pending. Safe to restore old handler.
signal.signal(signal.SIGALRM, old_alarm)
class UDPTimeoutTest(SocketTCPTest):
class UDPTimeoutTest(SocketUDPTest):
def testUDPTimeout(self):
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