Skip to content

Commit

Permalink
Fix for text text
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Yong <[email protected]>
  • Loading branch information
stuartlynn and yongrenjie authored Apr 26, 2024
1 parent f875f9e commit 71e7d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ mod tests {
assert_eq!(
df.shape().0,
74001,
"The returned dataframe should have the correct number of columns"
"The returned dataframe should have the correct number of rows"
);
assert!(
df.column(GEO_ID_COL_NAME).is_ok(),
Expand Down

0 comments on commit 71e7d2d

Please sign in to comment.