Update pkg/cluster/cluster_test.go
This commit is contained in:
parent
8f53b667ae
commit
c0c03678e8
|
|
@ -2195,7 +2195,7 @@ func TestGetSwitchoverSchedule(t *testing.T) {
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
t.Run(tt.name, func(t *testing.T) {
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
cluster.Spec.MaintenanceWindows = tt.windows
|
cluster.Spec.MaintenanceWindows = tt.windows
|
||||||
schedule := cluster.GetSwitchoverScheduleAtTime(now)
|
schedule := cluster.getSwitchoverScheduleAtTime(now)
|
||||||
if schedule != tt.expected {
|
if schedule != tt.expected {
|
||||||
t.Errorf("Expected GetSwitchoverSchedule to return %s, returned: %s", tt.expected, schedule)
|
t.Errorf("Expected GetSwitchoverSchedule to return %s, returned: %s", tt.expected, schedule)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue