Skip to content

Commit 2dc0698

Browse files
committed
Added GH ref
1 parent 36b84cf commit 2dc0698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/arrays/categorical/test_astype.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def test_astype_category_readonly_mask_values(self):
165165
tm.assert_extension_array_equal(result, expected)
166166

167167
def test_arrow_array_astype_to_categorical_dtype_temporal(self):
168+
# GH#62051
168169
arr = array(
169170
["2017-01-01", "2018-01-01", "2019-01-01"], dtype="date32[day][pyarrow]"
170171
)

0 commit comments

Comments
 (0)