Minor test fixes for Linux with IPv6

This commit is contained in:
Jacob Alexander
2019-10-15 01:04:00 -07:00
parent f2651facde
commit 0e830c2127
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ def test_ssl_async_example():
def test_ssl_reconnecting_async_example():
address = 'localhost:36435'
address = 'localhost:36436'
server = 'async_ssl_server.py'
client = 'async_reconnecting_ssl_client.py'
run_subprocesses(address, server, client)