Skip to content

Commit

Permalink
MAINT: Remove duplicate Series sort_index check
Browse files Browse the repository at this point in the history
Duplicate boolean validation check for sort_index in series/test_validate.py
  • Loading branch information
gfyoung authored and alanbato committed Nov 10, 2017
1 parent a04b102 commit dfe3ca1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pandas/tests/series/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ def test_validate_bool_args(self):
with pytest.raises(ValueError):
self.s.sort_index(inplace=value)

with pytest.raises(ValueError):
self.s.sort_index(inplace=value)

with pytest.raises(ValueError):
self.s.rename(inplace=value)

Expand Down

0 comments on commit dfe3ca1

Please sign in to comment.