2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

spelling: doesn't

This commit is contained in:
Josh Soref 2017-07-23 12:16:30 -04:00
parent 0d6ffb8859
commit 645c41eca9

View File

@ -1899,7 +1899,7 @@ TEST_F(AllocEngine6Test, requestReuseDeclinedLease6Stats) {
// assigned-nas should NOT get incremented. Currently we do not adjust assigned
// counts when we declines
// declined-addresses will -1, as the artificial creation of declined lease
// doens't increment it from zero. reclaimed-declined-addresses will be 1
// doesn't increment it from zero. reclaimed-declined-addresses will be 1
// because the leases are implicitly reclaimed before they can be assigned.
EXPECT_TRUE(testStatistics("assigned-nas", 0, subnet_->getID()));
EXPECT_TRUE(testStatistics("declined-addresses", -1));