8000 Rename _interleave_addrinfos tests to match the method being tested. · python/cpython@8270e69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8270e69

Browse files
Rename _interleave_addrinfos tests to match the method being tested.
1 parent c0e179e commit 8270e69

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
@@ -145,7 +145,7 @@ def test_ipaddr_info_no_inet_pton(self, m_socket):
145145
socket.SOCK_STREAM,
146146
socket.IPPROTO_TCP))
147147

148-
def test_interleave_ipaddrs(self):
148+
def test_interleave_addrinfos(self):
149149
SIX_A = (socket.AF_INET6, 0, 0, '', ('2001:db8::1', 1))
150150
SIX_B = (socket.AF_INET6, 0, 0, '', ('2001:db8::2', 2))
151151
SIX_C = (socket.AF_INET6, 0, 0, '', ('2001:db8::3', 3))

0 commit comments

Comments
 (0)
0