Explorar el Código

Removed unnecessary continue statement in test.

Phillip Couto hace 11 años
padre
commit
748034ee86
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      cassandra_test.go

+ 0 - 1
cassandra_test.go

@@ -654,7 +654,6 @@ func TestPreparedCacheEviction(t *testing.T) {
 		err := session.Query("SELECT id,mod FROM prepcachetest WHERE id = "+strconv.FormatInt(int64(i), 10)).Scan(&id, &mod)
 		if err != nil {
 			t.Fatalf("select from prepcachetest failed, error '%v'", err)
-			continue
 		}
 	}