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

@@ -60,7 +60,7 @@ def run_subprocesses(address):
def test_calculator_tcp():
address = '127.0.0.1:36431'
address = 'localhost:36431'
run_subprocesses(address)