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 @@ -51,7 +51,7 @@ type PvcTestCase struct {
5151 expectedError bool
5252 expectedErrorMsg string
5353 expectedDeletePvc bool
54- expectedCreatePvc bool
54+ expectedCreatePvc bool
5555 expectedVolumeState map [string ]v1beta1.CruiseControlVolumeState
5656}
5757
@@ -1169,7 +1169,7 @@ func TestReconcileKafkaPvcDisk(t *testing.T) {
11691169 },
11701170 },
11711171 expectedCreatePvc : true ,
1172- expectedError : false ,
1172+ expectedError : false ,
11731173 },
11741174 {
11751175 testName : "when a controller has more than 1 disk, it should fail" ,
@@ -1192,7 +1192,7 @@ func TestReconcileKafkaPvcDisk(t *testing.T) {
11921192 },
11931193 },
11941194 },
1195- expectedError : true ,
1195+ expectedError : true ,
11961196 expectedErrorMsg : "controller broker can have only one volume" ,
11971197 },
11981198 {
You can’t perform that action at this time.
0 commit comments