We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7e75b commit 9aa7b55Copy full SHA for 9aa7b55
projects/client/Unit/src/unit/TestTcpClientAdapter.cs
@@ -55,7 +55,7 @@ public class TestTcpClientAdapter
55
[Test]
56
public void TcpClientAdapterHelperGetMatchingHostReturnNoAddressIfFamilyDoesNotMatch()
57
{
58
- var address = IPAddress.Parse("1.1.1.1");
+ var address = IPAddress.Parse("127.0.0.1");
59
var matchingAddress = TcpClientAdapterHelper.GetMatchingHost(new[] { address }, AddressFamily.InterNetworkV6);
60
Assert.IsNull(matchingAddress);
61
}
0 commit comments