Przeglądaj źródła

fix: tiny spelling mistake; (#402)

XieWei 6 lat temu
rodzic
commit
b47395aa17
1 zmienionych plików z 1 dodań i 1 usunięć
  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)