Skip to content

Commit

Permalink
fix UT name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvindthiru committed Dec 6, 2024
1 parent e10538c commit e00459a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit e00459a

Please sign in to comment.