Skip to content

Commit 3c85143

Browse files
committed
Test fix
1 parent 2d1771c commit 3c85143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/utils/arrow/reverse_reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ mod tests {
244244
.iter()
245245
.flatten()
246246
.collect();
247-
assert_eq!(col1_val, vec![2, 1, 0]);
247+
assert_eq!(col1_val, vec![0, 1, 2]);
248248

249249
let rb = reader.next().unwrap().unwrap();
250250
assert_eq!(rb.num_rows(), 2);

0 commit comments

Comments
 (0)