Skip to content

Commit

Permalink
Use same coverage for both tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Feb 6, 2024
1 parent f358e59 commit e805075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-polars/tests/unit/operations/test_cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,8 @@ def test_strict_cast_string_and_binary(
(pl.Time),
(pl.Duration),
(pl.String),
(pl.Enum(["1"])),
(pl.Categorical),
(pl.Enum(["1", "2"])),
],
)
def test_cast_categorical_name_retention(dtype_out: PolarsDataType) -> None:
Expand Down

0 comments on commit e805075

Please sign in to comment.