Explorar o código

fix: tiny spelling mistake; (#402)

XieWei %!s(int64=6) %!d(string=hai) anos
pai
achega
b47395aa17
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)