Skip to content

Commit 48e7c32

Browse files
committed
typo
1 parent ccfcca0 commit 48e7c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/decimal/test_decimal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class TestGroupby(BaseDecimal, base.BaseGroupbyTests):
196196
@pytest.mark.xfail(
197197
reason="needs to correctly define __eq__ to handle nans, xref #27081.")
198198
def test_groupby_apply_identity(self, data_for_grouping):
199-
super().test_groupby_apply_idendeity(data_for_grouping)
199+
super().test_groupby_apply_identity(data_for_grouping)
200200

201201

202202
class TestSetitem(BaseDecimal, base.BaseSetitemTests):

0 commit comments

Comments
 (0)