Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f78ddc

Browse files
committed
#11112: Fix typo in a base class in test_socket.
1 parent 15cb489 commit 7f78ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ def alarm_handler(signal, frame):
17221722
# no alarm can be pending. Safe to restore old handler.
17231723
signal.signal(signal.SIGALRM, old_alarm)
17241724

1725-
class UDPTimeoutTest(SocketTCPTest):
1725+
class UDPTimeoutTest(SocketUDPTest):
17261726

17271727
def testUDPTimeout(self):
17281728
def raise_timeout(*args, **kwargs):

0 commit comments

Comments
 (0)