Skip to content

Commit

Permalink
correct issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiza authored Nov 24, 2024
1 parent ff64da1 commit 0094cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/datatypes/test_temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -2395,7 +2395,7 @@ def test_weekday_vs_stdlib_date(value: date) -> None:
assert result == expected


def test_temporal_downcast_construction_19949() -> None:
def test_temporal_downcast_construction_19309() -> None:
# implicit cast from us to ms upon construction
s = pl.Series(
[
Expand Down

0 comments on commit 0094cc4

Please sign in to comment.