agent/cache: correct test name

pull/4275/head
Mitchell Hashimoto 2018-06-03 13:18:20 -07:00 committed by Jack Pearkes
parent 45e49f31de
commit 839d3c323d
1 changed files with 2 additions and 2 deletions

View File

@ -264,8 +264,8 @@ func TestCacheGet_blockingIndexTimeout(t *testing.T) {
}
// Test a get with an index set with requests returning an error
// will perform a backoff on retrying the fetch.
func TestCacheGet_blockingIndexBackoff(t *testing.T) {
// will return that error.
func TestCacheGet_blockingIndexError(t *testing.T) {
t.Parallel()
typ := TestType(t)