From 839d3c323d4a64f8cc36ccf4ca8d18d515e6171b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 3 Jun 2018 13:18:20 -0700 Subject: [PATCH] agent/cache: correct test name --- agent/cache/cache_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/cache/cache_test.go b/agent/cache/cache_test.go index 0d8ecb5b0b..a1a3542607 100644 --- a/agent/cache/cache_test.go +++ b/agent/cache/cache_test.go @@ -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)