提交 c6282e7b 编写于 作者: A AllenX2018

remove ineffectual assignment to err

上级 6225f0c1
...@@ -113,7 +113,7 @@ func TestRedisCache(t *testing.T) { ...@@ -113,7 +113,7 @@ func TestRedisCache(t *testing.T) {
t.Error("GetMulti ERROR") t.Error("GetMulti ERROR")
} }
vv, err = bm.GetMulti(context.Background(), []string{"astaxie0", "astaxie1"}) vv, _ = bm.GetMulti(context.Background(), []string{"astaxie0", "astaxie1"})
if vv[0] != nil { if vv[0] != nil {
t.Error("GetMulti ERROR") t.Error("GetMulti ERROR")
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册