Skip to content

Commit 7181244

Browse files
Update Lib/test/test_asyncio/test_base_events.py
Co-authored-by: Kumar Aditya <[email protected]>
1 parent 0fb0fcb commit 7181244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncio/test_base_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ def getaddrinfo(*args, **kw):
11921192

11931193
@patch_socket
11941194
def test_create_connection_happy_eyeballs_empty_exceptions(self, m_socket):
1195-
# Test for gh-135836: Fix IndexError when Happy Eyeballs algorithm
1195+
# See gh-135836: Fix IndexError when Happy Eyeballs algorithm
11961196
# results in empty exceptions list
11971197

11981198
async def getaddrinfo(*args, **kw):

0 commit comments

Comments
 (0)