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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user