Browse Source

fix: tiny spelling mistake; (#402)

XieWei 6 years ago
parent
commit
b47395aa17
1 changed files with 1 additions and 1 deletions
  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)