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();