File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkg/controllers/updaterun Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -227,10 +227,10 @@ func TestStopUpdatingStage(t *testing.T) {
227227 string (placementv1beta1 .StageUpdatingConditionProgressing ),
228228 )
229229 if progressingCond == nil {
230- t .Errorf ("stopDeleteStage () missing progressing condition" )
230+ t .Errorf ("stopUpdatingStage () missing progressing condition" )
231231 } else {
232232 if diff := cmp .Diff (tt .wantProgressCond , * progressingCond , cmpOptions ... ); diff != "" {
233- t .Errorf ("status mismatch: (-want +got):\n %s" , diff )
233+ t .Errorf ("stopUpdatingStage() status mismatch: (-want +got):\n %s" , diff )
234234 }
235235 }
236236 })
@@ -503,7 +503,7 @@ func TestStopDeleteStage(t *testing.T) {
503503 t .Errorf ("stopDeleteStage() missing progressing condition" )
504504 } else {
505505 if diff := cmp .Diff (tt .wantProgressCond , * progressingCond , cmpOptions ... ); diff != "" {
506- t .Errorf ("status mismatch: (-want +got):\n %s" , diff )
506+ t .Errorf ("stopDeleteStage() status mismatch: (-want +got):\n %s" , diff )
507507 }
508508 }
509509 })
You can’t perform that action at this time.
0 commit comments