1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-18 11:04:15 +00:00

Fix a wrong test name.

This commit is contained in:
Kyoung-chan Lee 2015-09-06 17:13:55 +09:00
parent 34aa9002bb
commit 06ec3a931d

View File

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