mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix typo in watch_based_manager_test
This commit is contained in:
parent
bef9d807a0
commit
d09947a5b5
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user