Browse Source

dont set the cql version in create keyspace

Chris Bannister 10 years ago
parent
commit
4a2125ded4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cassandra_test.go

+ 0 - 1
cassandra_test.go

@@ -89,7 +89,6 @@ func createCluster() *ClusterConfig {
 func createKeyspace(tb testing.TB, cluster *ClusterConfig, keyspace string) {
 	c := *cluster
 	c.Keyspace = "system"
-	c.CQLVersion = "3.2.0"
 	session, err := c.CreateSession()
 	if err != nil {
 		tb.Fatal("createSession:", err)