Selaa lähdekoodia

fix: tiny spelling mistake; (#402)

XieWei 6 vuotta sitten
vanhempi
commit
b47395aa17
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)