Skip to content

Commit 3602f61

Browse files
committed
Add issue comment
1 parent 1b47106 commit 3602f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/test_apply.py

+1
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ def test_map_float_to_string_precision(self):
789789
assert result == expected
790790

791791
def test_map_with_invalid_na_action_raises(self):
792+
# https://github.com/pandas-dev/pandas/issues/32815
792793
s = pd.Series([1, 2, 3])
793794
msg = "na_action must either be 'ignore' or None"
794795
with pytest.raises(ValueError, match=msg):

0 commit comments

Comments
 (0)