mirror of https://github.com/hashicorp/consul
agent/cache: correct test name
parent
45e49f31de
commit
839d3c323d
|
@ -264,8 +264,8 @@ func TestCacheGet_blockingIndexTimeout(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Test a get with an index set with requests returning an error
|
// Test a get with an index set with requests returning an error
|
||||||
// will perform a backoff on retrying the fetch.
|
// will return that error.
|
||||||
func TestCacheGet_blockingIndexBackoff(t *testing.T) {
|
func TestCacheGet_blockingIndexError(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
typ := TestType(t)
|
typ := TestType(t)
|
||||||
|
|
Loading…
Reference in New Issue