File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments