test: fix tests

pull/24376/head
Edd Robinson 2021-01-06 12:31:42 +00:00
parent 2178a6eae4
commit 954da31e83
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ mod test {
let fc = ColumnType::Field(Column::from(&[1000_u64, 1002, 1200][..]));
columns.insert("count".to_string(), fc);
let segment = RowGroup::new(3, columns);
table.add_segment(segment);
table.add_row_group(segment);
// Get all the results
let results = table.select(