Skip to content

Commit de6807c

Browse files
committed
Fix indentation issues in pkg/driver/controller_test.go
1 parent 0b7ecef commit de6807c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pkg/driver/controller_test.go

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ import (
2121

2222
func TestCreateVolume(t *testing.T) {
2323
var (
24-
endpoint = "endpoint"
25-
volumeName = "volumeName"
26-
fsId = "fs-abcd1234"
27-
apId = "fsap-abcd1234xyz987"
28-
volumeId = "fs-abcd1234::fsap-abcd1234xyz987"
29-
dirProvisioningVolumeId = "fs-abcd1234:/dynamic/" + volumeName
30-
capacityRange int64 = 5368709120
31-
stdVolCap = &csi.VolumeCapability{
24+
endpoint = "endpoint"
25+
volumeName = "volumeName"
26+
fsId = "fs-abcd1234"
27+
apId = "fsap-abcd1234xyz987"
28+
volumeId = "fs-abcd1234::fsap-abcd1234xyz987"
29+
dirProvisioningVolumeId = "fs-abcd1234:/dynamic/" + volumeName
30+
capacityRange int64 = 5368709120
31+
stdVolCap = &csi.VolumeCapability{
3232
AccessType: &csi.VolumeCapability_Mount{
3333
Mount: &csi.VolumeCapability_MountVolume{},
3434
},
@@ -2483,10 +2483,10 @@ func TestCreateVolume(t *testing.T) {
24832483

24842484
func TestDeleteVolume(t *testing.T) {
24852485
var (
2486-
apId = "fsap-abcd1234xyz987"
2487-
fsId = "fs-abcd1234"
2488-
endpoint = "endpoint"
2489-
volumeId = "fs-abcd1234::fsap-abcd1234xyz987"
2486+
apId = "fsap-abcd1234xyz987"
2487+
fsId = "fs-abcd1234"
2488+
endpoint = "endpoint"
2489+
volumeId = "fs-abcd1234::fsap-abcd1234xyz987"
24902490
dirProvisionedVolumeId = "fs-abcd1234:/dynamic/newVolume"
24912491
)
24922492

0 commit comments

Comments
 (0)