fix sonar problems about regular expression
This commit is contained in:
2
client/cache/redis/redis_test.go
vendored
2
client/cache/redis/redis_test.go
vendored
@@ -102,7 +102,7 @@ func TestRedisCache(t *testing.T) {
|
||||
assert.Nil(t, bm.ClearAll(context.Background()))
|
||||
}
|
||||
|
||||
func TestCache_Scan(t *testing.T) {
|
||||
func TestCacheScan(t *testing.T) {
|
||||
timeoutDuration := 10 * time.Second
|
||||
|
||||
addr := os.Getenv("REDIS_ADDR")
|
||||
|
||||
Reference in New Issue
Block a user