Skip to content

Commit

Permalink
Merge pull request #421 from wking/distinguish-single-upgradeable-tes…
Browse files Browse the repository at this point in the history
…t-cases

pkg/cvo/cvo_test: Distinguish names for the "single clusteroperator" cases
  • Loading branch information
openshift-merge-robot committed Jul 30, 2020
2 parents e49df43 + 6c75017 commit 30582e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/cvo/cvo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2741,7 +2741,7 @@ func TestOperator_upgradeableSync(t *testing.T) {
},
},
{
name: "report error condition when single clusteroperator is not upgradeable",
name: "report error condition when the single clusteroperator is not upgradeable",
optr: Operator{
defaultUpstreamServer: "http://localhost:8080/graph",
releaseVersion: "v4.0.0",
Expand Down Expand Up @@ -2788,7 +2788,7 @@ func TestOperator_upgradeableSync(t *testing.T) {
},
},
{
name: "report error condition when single clusteroperator is not upgradeable",
name: "report error condition when single clusteroperator is not upgradeable and another has no conditions",
optr: Operator{
defaultUpstreamServer: "http://localhost:8080/graph",
releaseVersion: "v4.0.0",
Expand Down Expand Up @@ -2843,7 +2843,7 @@ func TestOperator_upgradeableSync(t *testing.T) {
},
},
{
name: "report error condition when single clusteroperator is not upgradeable",
name: "report error condition when single clusteroperator is not upgradeable and another is upgradeable",
optr: Operator{
defaultUpstreamServer: "http://localhost:8080/graph",
releaseVersion: "v4.0.0",
Expand Down

0 comments on commit 30582e8

Please sign in to comment.