Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Jun 27, 2019
1 parent ccfcca0 commit 48e7c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/extension/decimal/test_decimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class TestGroupby(BaseDecimal, base.BaseGroupbyTests):
@pytest.mark.xfail(
reason="needs to correctly define __eq__ to handle nans, xref #27081.")
def test_groupby_apply_identity(self, data_for_grouping):
super().test_groupby_apply_idendeity(data_for_grouping)
super().test_groupby_apply_identity(data_for_grouping)


class TestSetitem(BaseDecimal, base.BaseSetitemTests):
Expand Down

0 comments on commit 48e7c32

Please sign in to comment.