diff --git a/pkg/controller/volume/persistentvolume/recycle_test.go b/pkg/controller/volume/persistentvolume/recycle_test.go index 11dd10bd838..f788a9bb9bd 100644 --- a/pkg/controller/volume/persistentvolume/recycle_test.go +++ b/pkg/controller/volume/persistentvolume/recycle_test.go @@ -149,7 +149,7 @@ func TestRecycleSync(t *testing.T) { noevents, noerrors, wrapTestWithInjectedOperation(wrapTestWithReclaimCalls(operationRecycle, []error{}, testSyncVolume), func(ctrl *PersistentVolumeController, reactor *pvtesting.VolumeReactor) { // Mark the volume as Available before the recycler starts - reactor.MarkVolumeAvaiable("volume6-7") + reactor.MarkVolumeAvailable("volume6-7") }), }, { @@ -165,7 +165,7 @@ func TestRecycleSync(t *testing.T) { noevents, noerrors, wrapTestWithInjectedOperation(wrapTestWithReclaimCalls(operationRecycle, []error{}, testSyncVolume), func(ctrl *PersistentVolumeController, reactor *pvtesting.VolumeReactor) { // Mark the volume as Available before the recycler starts - reactor.MarkVolumeAvaiable("volume6-8") + reactor.MarkVolumeAvailable("volume6-8") }), }, {