Skip to content

Commit e77f2d5

Browse files
committed
fix lint error
1 parent fe79371 commit e77f2d5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pkg/controller/operators/catalog/operator_test.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,23 +1430,23 @@ func TestSyncOperatorGroup(t *testing.T) {
14301430
clientObjs []runtime.Object
14311431
}{
14321432
{
1433-
testName: "OnComplete",
1434-
in: inOperatorGroup,
1435-
clientObjs: []runtime.Object{
1433+
testName: "OnComplete",
1434+
in: inOperatorGroup,
1435+
clientObjs: []runtime.Object{
14361436
installPlan("p", namespace, v1alpha1.InstallPlanPhaseComplete, "csv"),
14371437
},
1438-
err: nil,
1439-
expectedPhase: v1alpha1.InstallPlanPhaseInstalling,
1438+
err: nil,
1439+
expectedPhase: v1alpha1.InstallPlanPhaseInstalling,
14401440
expectedCondition: &v1alpha1.InstallPlanCondition{Type: v1alpha1.InstallPlanResolved, Status: corev1.ConditionTrue},
14411441
},
14421442
{
1443-
testName: "OnOnstalling",
1444-
in: inOperatorGroup,
1445-
clientObjs: []runtime.Object{
1443+
testName: "OnOnstalling",
1444+
in: inOperatorGroup,
1445+
clientObjs: []runtime.Object{
14461446
installPlan("p", namespace, v1alpha1.InstallPlanPhaseNone, "csv"),
14471447
},
1448-
err: nil,
1449-
expectedPhase: v1alpha1.InstallPlanPhaseInstalling,
1448+
err: nil,
1449+
expectedPhase: v1alpha1.InstallPlanPhaseInstalling,
14501450
expectedCondition: &v1alpha1.InstallPlanCondition{Type: v1alpha1.InstallPlanResolved, Status: corev1.ConditionTrue},
14511451
},
14521452
}

0 commit comments

Comments
 (0)