From: Marcin Siodelski Date: Thu, 28 Nov 2024 19:17:22 +0000 (+0100) Subject: [#3649] Updated comments X-Git-Tag: Kea-2.7.6~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=618ff7302e8594d22df5c244ee85152ec195273e;p=thirdparty%2Fkea.git [#3649] Updated comments --- diff --git a/src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc b/src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc index 9e264c640f..34973e2525 100644 --- a/src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc @@ -1827,7 +1827,7 @@ TEST_F(HAImplTest, lease4ExpireHubInvalidServerName) { } // Tests lease4_expire callout implementation when the server is a hub -// with multiple relationship. +// with multiple relationships. TEST_F(HAImplTest, lease4ExpireSingleService) { ConstElementPtr ha_config = createValidJsonConfiguration(); @@ -2034,7 +2034,7 @@ TEST_F(HAImplTest, lease6ExpireHubInvalidServerName) { } // Tests lease4_expire callout implementation when the server is a hub -// with multiple relationship. +// with multiple relationships. TEST_F(HAImplTest, lease6ExpireSingleService) { ConstElementPtr ha_config = createValidJsonConfiguration();