Skip to content

Commit

Permalink
Oops, I think this is just wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Dec 11, 2024
1 parent 56e2034 commit a4db952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1436,6 +1436,6 @@ private void assertClusterStateStepInfo(
assertEquals(expectedstepInfoValue, newLifecycleState.stepInfo());
assertEquals(oldLifecycleState.phaseTime(), newLifecycleState.phaseTime());
assertEquals(oldLifecycleState.actionTime(), newLifecycleState.actionTime());
assertEquals(newLifecycleState.stepTime(), newLifecycleState.stepTime());
assertEquals(oldLifecycleState.stepTime(), newLifecycleState.stepTime());
}
}

0 comments on commit a4db952

Please sign in to comment.