Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jan 18, 2024
1 parent 0c1c93b commit 32eecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-parquet/tests/it/roundtrip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fn round_trip(

#[test]
fn roundtrip_binview() -> PolarsResult<()> {
let array = Utf8ViewArray::from([Some("foo"), Some("bar"), None, Some("hamlet")]);
let array = Utf8ViewArray::from_slice([Some("foo"), Some("bar"), None, Some("hamlet")]);

round_trip(
&array.boxed(),
Expand Down

0 comments on commit 32eecad

Please sign in to comment.