Skip to content

Commit 31ebe75

Browse files
committed
typo
1 parent 989c2c0 commit 31ebe75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gevent/testing/patched_tests_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ def test(*args, **kwargs):
13011301
if ARES:
13021302
disabled_tests += [
13031303
# c-ares doesn't like the IPv6 syntax it uses here.
1304-
'test_socket.GeneralModuleTeststest_getaddrinfo_ipv6_scopeid_symbolic',
1304+
'test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_symbolic',
13051305
]
13061306

13071307
if TRAVIS:

0 commit comments

Comments
 (0)