Skip to content

Commit e192208

Browse files
authored
typo snapshot_test.go
1 parent ea89dde commit e192208

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/validation-webhook/snapshot_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ func TestAdmitVolumeSnapshotClassV1(t *testing.T) {
444444
},
445445
oldVolumeSnapshotClass: &volumesnapshotv1.VolumeSnapshotClass{},
446446
shouldAdmit: false,
447-
msg: "default snapshot class: driver-a already exits for driver: test.csi.io",
447+
msg: "default snapshot class: driver-a already exists for driver: test.csi.io",
448448
operation: v1.Create,
449449
lister: &fakeSnapshotLister{values: []*volumesnapshotv1.VolumeSnapshotClass{
450450
{
@@ -530,7 +530,7 @@ func TestAdmitVolumeSnapshotClassV1(t *testing.T) {
530530
},
531531
oldVolumeSnapshotClass: &volumesnapshotv1.VolumeSnapshotClass{},
532532
shouldAdmit: false,
533-
msg: "default snapshot class: driver-is-default already exits for driver: test.csi.io",
533+
msg: "default snapshot class: driver-is-default already exists for driver: test.csi.io",
534534
operation: v1.Create,
535535
lister: &fakeSnapshotLister{values: []*volumesnapshotv1.VolumeSnapshotClass{
536536
{
@@ -575,7 +575,7 @@ func TestAdmitVolumeSnapshotClassV1(t *testing.T) {
575575
Driver: "test.csi.io",
576576
},
577577
shouldAdmit: false,
578-
msg: "default snapshot class: driver-test-default already exits for driver: driver.test.csi.io",
578+
msg: "default snapshot class: driver-test-default already exists for driver: driver.test.csi.io",
579579
operation: v1.Update,
580580
lister: &fakeSnapshotLister{values: []*volumesnapshotv1.VolumeSnapshotClass{
581581
{

0 commit comments

Comments
 (0)