Skip to content

Commit 9aa7b55

Browse files
committed
localhost fix
1 parent 2a7e75b commit 9aa7b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/TestTcpClientAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class TestTcpClientAdapter
5555
[Test]
5656
public void TcpClientAdapterHelperGetMatchingHostReturnNoAddressIfFamilyDoesNotMatch()
5757
{
58-
var address = IPAddress.Parse("1.1.1.1");
58+
var address = IPAddress.Parse("127.0.0.1");
5959
var matchingAddress = TcpClientAdapterHelper.GetMatchingHost(new[] { address }, AddressFamily.InterNetworkV6);
6060
Assert.IsNull(matchingAddress);
6161
}

0 commit comments

Comments
 (0)