fix ssdb_test

This commit is contained in:
liuchun 2016-03-08 12:59:19 +08:00
parent 662bea352f
commit 0a0fc351e7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"time"
)
func TestMemcacheCache(t *testing.T) {
func TestSsdbcacheCache(t *testing.T) {
ssdb, err := cache.NewCache("ssdb", `{"conn": "127.0.0.1:8888"}`)
if err != nil {
t.Error("init err")