Merge pull request #108402 from Shoothzj/fix-typo-in-watch_based_manager_test

Fix typo in watch_based_manager_test
This commit is contained in:
Kubernetes Prow Robot 2022-03-08 20:04:21 -08:00 committed by GitHub
commit 98ada45442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",