Skip to content

Commit

Permalink
Fix one more unit test
Browse files Browse the repository at this point in the history
SQUASH THIS

Signed-off-by: Eric Weber <[email protected]>
  • Loading branch information
ejweber committed Jan 26, 2024
1 parent b041efc commit ab73444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/volume_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,7 @@ func (s *TestSuite) TestVolumeLifeCycle(c *C) {
r.Status.Port = randomPort()
}
r.Spec.HealthyAt = getTestNow()
r.Spec.LastHealthyAt = r.Spec.HealthyAt
for _, e := range tc.engines {
if r.Spec.FailedAt == "" {
e.Status.ReplicaModeMap[name] = "RW"
Expand Down

0 comments on commit ab73444

Please sign in to comment.