Sfoglia il codice sorgente

Spelling correction in error message

Phillip Couto 11 anni fa
parent
commit
a8760fbd42
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      cassandra_test.go

+ 1 - 1
cassandra_test.go

@@ -290,7 +290,7 @@ func TestCreateSessionTimeout(t *testing.T) {
 		t.Fatal("expected ErrNoConncetions, but no error was returned.")
 	}
 	if err != ErrNoConnections {
-		t.Fatal("expected ErrNoConnections, but recevied %v", err)
+		t.Fatal("expected ErrNoConnections, but received %v", err)
 	}
 }