Skip to content

Commit dfe3ca1

Browse files
gfyoungalanbato
authored andcommitted
MAINT: Remove duplicate Series sort_index check
Duplicate boolean validation check for sort_index in series/test_validate.py
1 parent a04b102 commit dfe3ca1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/series/test_validate.py

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ def test_validate_bool_args(self):
2323
with pytest.raises(ValueError):
2424
self.s.sort_index(inplace=value)
2525

26-
with pytest.raises(ValueError):
27-
self.s.sort_index(inplace=value)
28-
2926
with pytest.raises(ValueError):
3027
self.s.rename(inplace=value)
3128

0 commit comments

Comments
 (0)