diff --git a/pkg/controllers/clusterresourceplacementeviction/controller_test.go b/pkg/controllers/clusterresourceplacementeviction/controller_test.go index 504016192..4a69de9c4 100644 --- a/pkg/controllers/clusterresourceplacementeviction/controller_test.go +++ b/pkg/controllers/clusterresourceplacementeviction/controller_test.go @@ -1397,7 +1397,7 @@ func TestIsEvictionAllowed(t *testing.T) { wantAvailableBindings: 1, }, { - name: "MinAvailable specified as Integer greater than one, available binding, PickAll CRP - block eviction", + name: "MinAvailable specified as Integer greater than one, available binding, PickAll CRP - allow eviction", crp: buildTestPickAllCRP(testCRPName), bindings: []placementv1beta1.ClusterResourceBinding{boundAvailableBinding, anotherBoundAvailableBinding, unScheduledAvailableBinding}, disruptionBudget: placementv1alpha1.ClusterResourcePlacementDisruptionBudget{