Explorar o código

Removed duplicate *Iter instance

Ben Hood %!s(int64=11) %!d(string=hai) anos
pai
achega
fbe9be1b5d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cassandra_test.go

+ 1 - 1
cassandra_test.go

@@ -581,7 +581,7 @@ func TestStaticQueryInfo(t *testing.T) {
 	var id int
 	var value string
 
-	qry.Iter().Scan(&id, &value)
+	iter.Scan(&id, &value)
 
 	if err := iter.Close(); err != nil {
 		t.Fatalf("query with exposed info failed, err '%v'", err)