Explorar el Código

Removed extraneous query args that cause the test to fail now that the arg length is being checked

Ben Hood hace 11 años
padre
commit
c0a8e9a153
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      cassandra_test.go

+ 0 - 7
cassandra_test.go

@@ -612,13 +612,6 @@ func injectInvalidPreparedStatement(t *testing.T, session *Session, table string
 			TypeInfo: &TypeInfo{
 				Type: TypeVarchar,
 			},
-		}, ColumnInfo{
-			Keyspace: "gocql_test",
-			Table:    table,
-			Name:     "bar",
-			TypeInfo: &TypeInfo{
-				Type: TypeInt,
-			},
 		}},
 	}
 	conn.prepMu.Unlock()