Update formatting directive logic to unbreak tests
This commit is contained in:
committed by
Ta-Ching Chen
parent
4a8c200c37
commit
b456dec138
+1
-1
@@ -43,7 +43,7 @@ func NewClient() redis.Conn {
|
||||
|
||||
c, err := redis.Dial("tcp", redisUrl)
|
||||
if err != nil {
|
||||
log.Error("Could not connect to Redis: %v\n", err)
|
||||
log.Errorf("Could not connect to Redis: %v\n", err)
|
||||
return nil
|
||||
}
|
||||
return c
|
||||
|
||||
Reference in New Issue
Block a user