mirror of https://github.com/k3s-io/k3s
fix typos for TestBackoffHighWaterMark
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