Skip to content

Commit 703e374

Browse files
committed
Change entryToVolumeId to take a pointer
1 parent 328dc42 commit 703e374

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
@@ -2162,7 +2162,7 @@ func TestListVolumeResponse(t *testing.T) {
21622162
}
21632163
}
21642164

2165-
func entryToVolumeId(e csi.ListVolumesResponse_Entry) string {
2165+
func entryToVolumeId(e *csi.ListVolumesResponse_Entry) string {
21662166
return e.Volume.VolumeId
21672167
}
21682168

0 commit comments

Comments
 (0)