File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2741,7 +2741,7 @@ func TestOperator_upgradeableSync(t *testing.T) {
2741
2741
},
2742
2742
},
2743
2743
{
2744
- name : "report error condition when single clusteroperator is not upgradeable" ,
2744
+ name : "report error condition when the single clusteroperator is not upgradeable" ,
2745
2745
optr : Operator {
2746
2746
defaultUpstreamServer : "http://localhost:8080/graph" ,
2747
2747
releaseVersion : "v4.0.0" ,
@@ -2788,7 +2788,7 @@ func TestOperator_upgradeableSync(t *testing.T) {
2788
2788
},
2789
2789
},
2790
2790
{
2791
- name : "report error condition when single clusteroperator is not upgradeable" ,
2791
+ name : "report error condition when single clusteroperator is not upgradeable and another has no conditions " ,
2792
2792
optr : Operator {
2793
2793
defaultUpstreamServer : "http://localhost:8080/graph" ,
2794
2794
releaseVersion : "v4.0.0" ,
@@ -2843,7 +2843,7 @@ func TestOperator_upgradeableSync(t *testing.T) {
2843
2843
},
2844
2844
},
2845
2845
{
2846
- name : "report error condition when single clusteroperator is not upgradeable" ,
2846
+ name : "report error condition when single clusteroperator is not upgradeable and another is upgradeable " ,
2847
2847
optr : Operator {
2848
2848
defaultUpstreamServer : "http://localhost:8080/graph" ,
2849
2849
releaseVersion : "v4.0.0" ,
You can’t perform that action at this time.
0 commit comments