We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b47106 commit 3602f61Copy full SHA for 3602f61
pandas/tests/series/test_apply.py
@@ -789,6 +789,7 @@ def test_map_float_to_string_precision(self):
789
assert result == expected
790
791
def test_map_with_invalid_na_action_raises(self):
792
+ # https://github.com/pandas-dev/pandas/issues/32815
793
s = pd.Series([1, 2, 3])
794
msg = "na_action must either be 'ignore' or None"
795
with pytest.raises(ValueError, match=msg):
0 commit comments