Update gtest_local_address.cpp

This commit is contained in:
alexey-milovidov 2021-05-21 08:22:08 +03:00 committed by GitHub
parent ee247aaa5b
commit 7ae047a721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,6 @@ TEST(LocalAddress, Localhost)
EXPECT_FALSE(DB::isLocalAddress(Poco::Net::IPAddress{"::"}));
EXPECT_FALSE(DB::isLocalAddress(Poco::Net::IPAddress{"::2"}));
/// The the comment in the implementation of isLocalAddress.
/// See the comment in the implementation of isLocalAddress.
EXPECT_FALSE(DB::isLocalAddress(Poco::Net::IPAddress{"127.0.0.2"}));
}