fix(ICMPsocketTest): change appinf (doesn't respond to ping) to github

This commit is contained in:
Alex Fabijanic 2022-05-07 23:00:16 -05:00
parent 4e8ee94781
commit b175a8de7a

View File

@ -56,7 +56,7 @@ void ICMPSocketTest::testSendToReceiveFrom()
{
ICMPSocket ss(IPAddress::IPv4);
SocketAddress sa("www.appinf.com", 0);
SocketAddress sa("github.com", 0);
SocketAddress sr(sa);
try