fix typos for TestBackoffHighWaterMark

pull/8/head
Qi Jiang 2018-06-28 11:22:13 +08:00
parent 24ab69d358
commit 1ffe8a377d
1 changed files with 1 additions and 1 deletions

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