fix typos for TestBackoffHighWaterMark

This commit is contained in:
Qi Jiang 2018-06-28 11:22:13 +08:00
parent 24ab69d358
commit 1ffe8a377d

View File

@ -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