Skip to content

Commit ec053ad

Browse files
committed
typo
1 parent fe453bc commit ec053ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_socket.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6826,10 +6826,6 @@ class TestMacOSTCPFlags(unittest.TestCase):
68266826
def test_tcp_keepalive(self):
68276827
self.assertTrue(socket.TCP_KEEPALIVE)
68286828

6829-
class TestQuickackFlag(unittest.TestCase):
6830-
def test_tcp_keepalive(self):
6831-
self.assertTrue(socket.TCP_KEEPALIVE)
6832-
68336829
@unittest.skipUnless(hasattr(socket, 'TCP_QUICKACK'), 'need socket.TCP_QUICKACK')
68346830
class TestQuickackFlag(unittest.TestCase):
68356831
def check_set_quickack(self, sock):

0 commit comments

Comments
 (0)