]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3655] Fix a comment
authorMarcin Siodelski <marcin@isc.org>
Thu, 28 Nov 2024 14:25:23 +0000 (15:25 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 4 Dec 2024 09:21:45 +0000 (10:21 +0100)
src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc

index 6e00f55610dc4e6c506d7be230508fb882820939..3a740243d5e7d9f3e4f6dfd2c053497782b6fa39 100644 (file)
@@ -5398,8 +5398,8 @@ TEST_F(HAServiceTest, processMaintenanceNotifyCancelSetAvoidDeadlock) {
     ASSERT_NO_THROW(rsp = service.processMaintenanceNotify(true, "ready"));
     EXPECT_EQ(HA_READY_ST, service.communication_state_->getPartnerState());
 
-    // The state machine should have been transitioned to the state it was in
-    // prior to transitioning to the in-maintenance state.
+    // The state machine should have been transitioned to the waiting state
+    // given the partner didn't provide their state.
     EXPECT_EQ(HA_WAITING_ST, service.getCurrState());
 }