Skip to content

Commit 0ddd9f5

Browse files
committed
fix test failure
1 parent 7e436ec commit 0ddd9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/generic/test_finalize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
operator.methodcaller("melt", id_vars=["A"], value_vars=["B"]),
160160
),
161161
pytest.param(
162-
(pd.DataFrame, frame_data, operator.methodcaller("applymap", lambda x: x))
162+
(pd.DataFrame, frame_data, operator.methodcaller("map", lambda x: x))
163163
),
164164
pytest.param(
165165
(

0 commit comments

Comments
 (0)