Skip to content

Commit a326d76

Browse files
committed
Typo
1 parent b11a393 commit a326d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ def test_min_max_version(self):
10981098
with self.assertRaises(ValueError):
10991099
ctx.minimum_version = 42
11001100

1101-
if has_tls_version(ssl.PROTOCOL_TLSv1_1):
1101+
if has_tls_protocol(ssl.PROTOCOL_TLSv1_1):
11021102
ctx = ssl.SSLContext(ssl.PROTOCOL_TLSv1_1)
11031103

11041104
self.assertIn(

0 commit comments

Comments
 (0)