Fix typo in watch_based_manager_test

This commit is contained in:
ZhangJian He 2022-03-01 10:21:17 +08:00
parent bef9d807a0
commit d09947a5b5

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