From 93f161068c99eb06802cadae7f665ea0f159da60 Mon Sep 17 00:00:00 2001 From: Arvind Thirumurugan Date: Wed, 27 Nov 2024 16:48:53 -0800 Subject: [PATCH] fix test name --- pkg/controllers/rollout/controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controllers/rollout/controller_test.go b/pkg/controllers/rollout/controller_test.go index 5340105d3..d7c20ea0d 100644 --- a/pkg/controllers/rollout/controller_test.go +++ b/pkg/controllers/rollout/controller_test.go @@ -1761,7 +1761,7 @@ func TestPickBindingsToRoll(t *testing.T) { wantNeedRoll: true, wantWaitTime: time.Second, }, - "test one ready deleting bound binding, one unscheduled binding - rollout allowed, unscheduled binding is not removed": { + "test one ready deleting bound binding, one unscheduled binding - rollout blocked, unscheduled binding is not removed": { allBindings: []*fleetv1beta1.ClusterResourceBinding{ readyBoundDeletingBinding, generateClusterResourceBinding(fleetv1beta1.BindingStateUnscheduled, "snapshot-1", cluster2),