fix typos for TestBackoffHighWaterMark

Kubernetes-commit: 1ffe8a377dbbd1cf21693577878ff14cec98988b
This commit is contained in:
Qi Jiang 2018-06-28 11:22:13 +08:00 committed by Kubernetes Publisher
parent 7c4d4e9c37
commit 35bd65deaa

View File

@ -75,7 +75,7 @@ func TestBackoffReset(t *testing.T) {
}
}
func TestBackoffHightWaterMark(t *testing.T) {
func TestBackoffHighWaterMark(t *testing.T) {
id := "_idHiWaterMark"
tc := clock.NewFakeClock(time.Now())
step := time.Second