mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
fix typos for TestBackoffHighWaterMark
This commit is contained in:
parent
24ab69d358
commit
1ffe8a377d
@ -75,7 +75,7 @@ func TestBackoffReset(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestBackoffHightWaterMark(t *testing.T) {
|
func TestBackoffHighWaterMark(t *testing.T) {
|
||||||
id := "_idHiWaterMark"
|
id := "_idHiWaterMark"
|
||||||
tc := clock.NewFakeClock(time.Now())
|
tc := clock.NewFakeClock(time.Now())
|
||||||
step := time.Second
|
step := time.Second
|
||||||
|
Loading…
Reference in New Issue
Block a user