Skip to content

Commit 5b2abfa

Browse files
committed
Fix formatting issue
1 parent ea5522e commit 5b2abfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/resources/kafka/kafka_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)