Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Apr 1, 2024
1 parent cf67195 commit dd2a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-row/src/encode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ mod test {
let out = out.into_array();
assert_eq!(
out.values().iter().map(|v| *v as usize).sum::<usize>(),
84981
82411
);
}
}

0 comments on commit dd2a08f

Please sign in to comment.