Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed May 28, 2023
1 parent a0548a3 commit 790b844
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/src/writer/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,6 @@ mod tests {
let mut null_count_keys = vec!["some_list", "some_nested_list"];
null_count_keys.extend_from_slice(min_max_keys.as_slice());

dbg!(&stats);

assert_eq!(min_max_keys.len(), stats.min_values.len());
assert_eq!(min_max_keys.len(), stats.max_values.len());
assert_eq!(null_count_keys.len(), stats.null_count.len());
Expand Down

0 comments on commit 790b844

Please sign in to comment.