mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 08:00:57 +00:00
Fix a wrong test name.
This commit is contained in:
parent
34aa9002bb
commit
06ec3a931d
2
cache/memcache/memcache_test.go
vendored
2
cache/memcache/memcache_test.go
vendored
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user