瀏覽代碼

fix: tiny spelling mistake; (#402)

XieWei 6 年之前
父節點
當前提交
b47395aa17
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      redis/conn_test.go

+ 1 - 1
redis/conn_test.go

@@ -402,7 +402,7 @@ func TestPipelineCommands(t *testing.T) {
 	}
 }
 
-func TestBlankCommmand(t *testing.T) {
+func TestBlankCommand(t *testing.T) {
 	c, err := redis.DialDefaultServer()
 	if err != nil {
 		t.Fatalf("error connection to database, %v", err)