Skip to content

Commit 6a7146b

Browse files
committed
correct typo in test case func
1 parent eb3e6eb commit 6a7146b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gce-pd-csi-driver/controller_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func TestCreateSnapshotArguments(t *testing.T) {
255255
}
256256
}
257257

258-
func TestUnsupporteddMultiZoneCreateSnapshot(t *testing.T) {
258+
func TestUnsupportedMultiZoneCreateSnapshot(t *testing.T) {
259259
testCase := struct {
260260
name string
261261
req *csi.CreateSnapshotRequest

0 commit comments

Comments
 (0)