Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvindthiru committed Nov 28, 2024
1 parent eec3281 commit 93f1610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/rollout/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 93f1610

Please sign in to comment.