Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Zhang committed Oct 16, 2023
1 parent 7596f8c commit 78d56fc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ func TestBuildFailedResourcePlacements(t *testing.T) {
Status: fleetv1beta1.WorkStatus{
Conditions: []metav1.Condition{
{
Type: string(fleetv1beta1.WorkConditionTypeApplied),
Type: fleetv1beta1.WorkConditionTypeApplied,
ObservedGeneration: 1,
Status: metav1.ConditionTrue,
},
Expand All @@ -1017,7 +1017,7 @@ func TestBuildFailedResourcePlacements(t *testing.T) {
wantIsPending: true,
wantRes: nil,
},
"pending if applied failed with multiple object": {
"report failure if applied failed with multiple object": {
work: &fleetv1beta1.Work{
ObjectMeta: metav1.ObjectMeta{
Generation: 1,
Expand Down Expand Up @@ -1100,7 +1100,7 @@ func TestBuildFailedResourcePlacements(t *testing.T) {
},
},
},
"pending if applied failed with an envelop object": {
"report failure if applied failed with an envelop object": {
work: &fleetv1beta1.Work{
ObjectMeta: metav1.ObjectMeta{
Generation: 1,
Expand Down

0 comments on commit 78d56fc

Please sign in to comment.