소스 검색

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

Ben Hood 11 년 전
부모
커밋
c0a8e9a153
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  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()