Skip to content

Commit 7f5ec9b

Browse files
authored
Merge pull request #10 from Giftlin/Giftlin-test_categorical.py-1
Update test_categorical.py
2 parents d4bbe27 + 7bb3378 commit 7f5ec9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_categorical.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def test_getitem_listlike(self):
7070
lambda x: x.cat.as_unordered(),
7171
])
7272
def test_getname_categorical_accessor(self, method):
73+
# https://github.com/pandas-dev/pandas/issues/17509
7374
s = pd.Series([1, 2, 3], name='A').astype('category')
7475
expected = 'A'
7576
result = method(s).name

0 commit comments

Comments
 (0)