Skip to content

Commit 66215a9

Browse files
committed
precommit
1 parent 52dc7fb commit 66215a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pandas/tests/series/methods/test_map.py

+1
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ def test_map_kwargs():
605605
expected = Series([4, 6, 7])
606606
tm.assert_series_equal(result, expected)
607607

608+
608609
def test_map_arrow_timestamp_dict():
609610
# GH 61231
610611
pytest.importorskip("pyarrow", minversion="10.0.1")

0 commit comments

Comments
 (0)