Skip to content

Commit 983332e

Browse files
add issue number
1 parent d147075 commit 983332e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_strings.py

+1
Original file line numberDiff line numberDiff line change
@@ -3427,6 +3427,7 @@ def test_method_on_bytes(self):
34273427

34283428
@pytest.mark.skipif(compat.PY2, reason='not in python2')
34293429
def test_casefold(self):
3430+
#GH25405
34303431
casefolded = Series(['ss', NA, 'case', 'ssd'])
34313432
s = Series(['ß', NA, 'case', 'ßd'])
34323433
result = s.str.casefold()

0 commit comments

Comments
 (0)