Skip to content

Commit

Permalink
Make test match new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Jan 18, 2024
1 parent 5b31412 commit b7de0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-core/src/datatypes/any_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ mod test {
),
(
ArrowDataType::Timestamp(ArrowTimeUnit::Second, Some("".to_string())),
DataType::Datetime(TimeUnit::Milliseconds, Some("".to_string())),
DataType::Datetime(TimeUnit::Milliseconds, None),
),
(ArrowDataType::LargeUtf8, DataType::String),
(ArrowDataType::Utf8, DataType::String),
Expand Down

0 comments on commit b7de0ac

Please sign in to comment.