Skip to content

Commit

Permalink
chore: rename time zone tests (#1830)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com>
  • Loading branch information
FBruzzesi and MarcoGorelli authored Jan 20, 2025
1 parent d9a04c0 commit 79098f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/_spark_like/expr_dt.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def day(self: Self) -> SparkLikeExpr:
from pyspark.sql import functions as F # noqa: N812

return self._compliant_expr._from_call(
F.dayofmonth,
F.day,
"day",
returns_scalar=self._compliant_expr._returns_scalar,
)
Expand Down

0 comments on commit 79098f1

Please sign in to comment.