Skip to content

Commit 0b9793f

Browse files
committed
[#3655] Fix a comment
1 parent e019195 commit 0b9793f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5398,8 +5398,8 @@ TEST_F(HAServiceTest, processMaintenanceNotifyCancelSetAvoidDeadlock) {
53985398
ASSERT_NO_THROW(rsp = service.processMaintenanceNotify(true, "ready"));
53995399
EXPECT_EQ(HA_READY_ST, service.communication_state_->getPartnerState());
54005400

5401-
// The state machine should have been transitioned to the state it was in
5402-
// prior to transitioning to the in-maintenance state.
5401+
// The state machine should have been transitioned to the waiting state
5402+
// given the partner didn't provide their state.
54035403
EXPECT_EQ(HA_WAITING_ST, service.getCurrState());
54045404
}
54055405

0 commit comments

Comments
 (0)