Skip to content

Commit 1d21ab3

Browse files
committed
Adding GH issue to unit test
1 parent 185db96 commit 1d21ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/accessors/test_dt_accessor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def test_dt_namespace_accessor_datetime64(self, freq):
137137
tm.assert_series_equal(result, expected)
138138

139139
def test_day_of_week_return_type(self):
140+
# GH #58185
140141
ser = Series(
141142
["2024-01-01", "2024-01-02", "2024-01-03"], dtype="datetime64[us]"
142143
).dt.day_of_week

0 commit comments

Comments
 (0)