From: Francis Dupont Date: Wed, 15 Feb 2023 18:39:28 +0000 (+0100) Subject: [#467] Typo X-Git-Tag: Kea-2.3.6~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=793e073a30a8ff1a1b0905c2781c8fffa3d3d865;p=thirdparty%2Fkea.git [#467] Typo --- diff --git a/src/bin/dhcp4/tests/vendor_opts_unittest.cc b/src/bin/dhcp4/tests/vendor_opts_unittest.cc index be89556f23..e5b64b233f 100644 --- a/src/bin/dhcp4/tests/vendor_opts_unittest.cc +++ b/src/bin/dhcp4/tests/vendor_opts_unittest.cc @@ -2176,7 +2176,7 @@ TEST_F(VendorOptsTest, twoVivcos) { EXPECT_NO_THROW(configure(config, *client.getServer())); - // Let's check whether the server is not able to process this packet. + // Let's check whether the server is able to process this packet. EXPECT_NO_THROW(client.doDiscover()); ASSERT_TRUE(client.getContext().response_);