@@ -1430,23 +1430,23 @@ func TestSyncOperatorGroup(t *testing.T) {
1430
1430
clientObjs []runtime.Object
1431
1431
}{
1432
1432
{
1433
- testName : "OnComplete" ,
1434
- in : inOperatorGroup ,
1435
- clientObjs : []runtime.Object {
1433
+ testName : "OnComplete" ,
1434
+ in : inOperatorGroup ,
1435
+ clientObjs : []runtime.Object {
1436
1436
installPlan ("p" , namespace , v1alpha1 .InstallPlanPhaseComplete , "csv" ),
1437
1437
},
1438
- err : nil ,
1439
- expectedPhase : v1alpha1 .InstallPlanPhaseInstalling ,
1438
+ err : nil ,
1439
+ expectedPhase : v1alpha1 .InstallPlanPhaseInstalling ,
1440
1440
expectedCondition : & v1alpha1.InstallPlanCondition {Type : v1alpha1 .InstallPlanResolved , Status : corev1 .ConditionTrue },
1441
1441
},
1442
1442
{
1443
- testName : "OnOnstalling" ,
1444
- in : inOperatorGroup ,
1445
- clientObjs : []runtime.Object {
1443
+ testName : "OnOnstalling" ,
1444
+ in : inOperatorGroup ,
1445
+ clientObjs : []runtime.Object {
1446
1446
installPlan ("p" , namespace , v1alpha1 .InstallPlanPhaseNone , "csv" ),
1447
1447
},
1448
- err : nil ,
1449
- expectedPhase : v1alpha1 .InstallPlanPhaseInstalling ,
1448
+ err : nil ,
1449
+ expectedPhase : v1alpha1 .InstallPlanPhaseInstalling ,
1450
1450
expectedCondition : & v1alpha1.InstallPlanCondition {Type : v1alpha1 .InstallPlanResolved , Status : corev1 .ConditionTrue },
1451
1451
},
1452
1452
}
0 commit comments