mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
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:
commit
98ada45442
@ -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