A set of fixes to fix the tests

This commit is contained in:
Evan Phoenix
2015-05-26 22:14:55 -07:00
parent 2667183bfb
commit 2bd58ee4df
4 changed files with 97 additions and 98 deletions

View File

@@ -43,7 +43,7 @@ func TestRedisGeneratesMetrics(t *testing.T) {
addr := l.Addr().String()
r := &Redis{
Address: addr,
Servers: []string{addr},
}
var acc testutil.Accumulator