We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf4614 commit a066ac0Copy full SHA for a066ac0
pandas/tests/indexes/common.py
@@ -795,7 +795,7 @@ def test_inv(self, simple_index):
795
with pytest.raises(TypeError, match=msg):
796
~Series(idx)
797
798
- def test_holds_integer_deprecated(selfm, simple_index):
+ def test_holds_integer_deprecated(self, simple_index):
799
# GH50243
800
idx = simple_index
801
with tm.assert_produces_warning(FutureWarning):
0 commit comments