Update gocql to v1.15.1 (#323)
* Update gocql to v1.15.1 * Add SetHostID to Queryx and Batch
This commit is contained in:
@@ -224,8 +224,6 @@ func TestQyeryxAllWrapped(t *testing.T) {
|
||||
t.Fatalf("Queryx missing method %s", gocqlQueryPtr.Method(i).Name)
|
||||
}
|
||||
|
||||
t.Log(m.Name)
|
||||
|
||||
for j := 0; j < m.Type.NumOut(); j++ {
|
||||
if m.Type.Out(j) == gocqlQueryPtr {
|
||||
t.Errorf("Queryx method %s not wrapped", m.Name)
|
||||
|
||||
Reference in New Issue
Block a user