diff --git a/pkg/kubelet/util/manager/watch_based_manager_test.go b/pkg/kubelet/util/manager/watch_based_manager_test.go index b4d40aab635..144bcd7ddc0 100644 --- a/pkg/kubelet/util/manager/watch_based_manager_test.go +++ b/pkg/kubelet/util/manager/watch_based_manager_test.go @@ -408,7 +408,7 @@ func TestMaxIdleTimeStopsTheReflector(t *testing.T) { assert.True(t, reflectorRunning()) } -func TestReflectorNotStopedOnSlowInitialization(t *testing.T) { +func TestReflectorNotStoppedOnSlowInitialization(t *testing.T) { secret := &v1.Secret{ ObjectMeta: metav1.ObjectMeta{ Name: "name",