From f94cedb47b5de87072df6c6544c3afd529a265c8 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Sat, 18 Aug 2018 00:35:36 +0300 Subject: [PATCH] Attempt to fix macos tests. --- tests/testaddress.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/testaddress.nim b/tests/testaddress.nim index 4ca370c..f99929e 100644 --- a/tests/testaddress.nim +++ b/tests/testaddress.nim @@ -38,8 +38,7 @@ when isMainModule: test "resolveTAddress(string, IPv4)": var numeric = ["0.0.0.0:1", "255.0.0.255:54321", "128.128.128.128:12345", "255.255.255.255:65535"] - var hostnames = ["www.google.com:443", "www.github.com:443", - "localhost:443"] + var hostnames = ["www.google.com:443", "www.github.com:443"] for item in numeric: var taseq = resolveTAddress(item)