mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Fix typo in watch_based_manager_test
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user