mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
agent/cache: correct test name
This commit is contained in:
parent
45e49f31de
commit
839d3c323d
4
agent/cache/cache_test.go
vendored
4
agent/cache/cache_test.go
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user