From e00459a36e74c9861fbab73b7be45e80ca499ea2 Mon Sep 17 00:00:00 2001 From: Arvind Thirumurugan Date: Thu, 5 Dec 2024 18:11:05 -0800 Subject: [PATCH] fix UT name --- .../clusterresourceplacementeviction/controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{