From 007e866a7916011f54e1424a8cc4bdd10b9b6fae Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Wed, 7 Aug 2019 08:40:08 -0400 Subject: [PATCH] [#665,!460] Addressed review comments alloc_engine6_unittest.cc Removed extraneous spaces. --- src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc b/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc index 0ffac003b1..d35985a736 100644 --- a/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc +++ b/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc @@ -3331,7 +3331,7 @@ TEST_F(AllocEngine6Test, globalHostReservedAddress) { EXPECT_EQ("3001::1", lease->addr_.toText()); // We're going to rollback the clock a little so we can verify a renewal. - // We verify the "time" change in case the lease returned to us + // We verify the "time" change in case the lease returned to us // by expectOneLease ever becomes a copy and not what is in the lease mgr. --lease->cltt_; Lease6Ptr from_mgr = LeaseMgrFactory::instance().getLease6(lease->type_, -- 2.47.2