2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#3246] Change removal to release in comment

This commit is contained in:
Marcin Siodelski
2024-05-09 11:19:52 +02:00
parent 849813fbdd
commit 3af6a9e7b9

View File

@@ -177,7 +177,7 @@ ReleaseTest::acquireAndRelease(const std::string& hw_address_1,
EXPECT_EQ(lease->valid_lft_, 0);
EXPECT_EQ(Lease4::STATE_RELEASED, lease->state_);
// The removal succeeded, so the assigned-addresses statistic should
// The release succeeded, so the assigned-addresses statistic should
// be decreased by one
EXPECT_EQ(before, after + 1);