Skip to content

Commit

Permalink
if we dont connect the session it will be nil
Browse files Browse the repository at this point in the history
  • Loading branch information
Zariel committed Apr 8, 2015
1 parent a03a929 commit 7617690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestRingDiscovery(t *testing.T) {
cluster = addSslOptions(cluster)
session, err := cluster.CreateSession()
if err != nil {
t.Errorf("got error connecting to the cluster %v", err)
t.Fatalf("got error connecting to the cluster %v", err)
}

if *clusterSize > 1 {
Expand Down

0 comments on commit 7617690

Please sign in to comment.