Skip to content

Commit fe79371

Browse files
committed
fix lint error
1 parent f54f901 commit fe79371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/controller/operators/catalog/operator_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ func TestSyncOperatorGroup(t *testing.T) {
14351435
clientObjs: []runtime.Object{
14361436
installPlan("p", namespace, v1alpha1.InstallPlanPhaseComplete, "csv"),
14371437
},
1438-
err: nil,
1438+
err: nil,
14391439
expectedPhase: v1alpha1.InstallPlanPhaseInstalling,
14401440
expectedCondition: &v1alpha1.InstallPlanCondition{Type: v1alpha1.InstallPlanResolved, Status: corev1.ConditionTrue},
14411441
},
@@ -1445,7 +1445,7 @@ func TestSyncOperatorGroup(t *testing.T) {
14451445
clientObjs: []runtime.Object{
14461446
installPlan("p", namespace, v1alpha1.InstallPlanPhaseNone, "csv"),
14471447
},
1448-
err: nil,
1448+
err: nil,
14491449
expectedPhase: v1alpha1.InstallPlanPhaseInstalling,
14501450
expectedCondition: &v1alpha1.InstallPlanCondition{Type: v1alpha1.InstallPlanResolved, Status: corev1.ConditionTrue},
14511451
},

0 commit comments

Comments
 (0)