Fix unit test
This commit is contained in:
parent
b2da8d6c91
commit
5b48012dee
|
|
@ -40,7 +40,7 @@ SCENARIO("IpAddress", "[NETWORK][IPADDRESS]")
|
||||||
Nz::IpAddress google(8, 8, 8, 8);
|
Nz::IpAddress google(8, 8, 8, 8);
|
||||||
THEN("Google (DNS) is 8.8.8.8")
|
THEN("Google (DNS) is 8.8.8.8")
|
||||||
{
|
{
|
||||||
CHECK(Nz::IpAddress::ResolveAddress(google) == "google-public-dns-a.google.com");
|
CHECK(Nz::IpAddress::ResolveAddress(google) == "dns.google");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue